Html Css Color HEX #531A46 Loulou

📋 copy color: '#531A46'

red 83 ◦ green 26 ◦ blue 70

#531A46
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Loulou #531A46

Tints of Loulou #531A46

RGB

 RED value IS 83 (32.81% from 255) = 46.37%

 GREEN value IS 26 (10.55% from 255) = 14.53%

 BLUE value IS 70 (27.73% from 255) = 39.11%

R = 46.37%
G = 14.53%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.16

 K value IS 0.67

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#531A46 (or 0x531A46) is known color: Loulou. HEX triplet: 53, 1A and 46. RGB value is (83,26,70). Sum of RGB (Red+Green+Blue) = 83+26+70=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 26 (10.55% from 255 or 14.53% from 179); Blue value is 70 (27.73% from 255 or 39.11% from 179); Max value from RGB is 83 - color contains mainly: red. Hex color #531A46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531A46 is #ACE5B9. Grayscale: #2F2F2F. Windows color (decimal): -11331002 or 4594259. OLE color: 4594259.

HSL color Cylindrical-coordinate representation of color #531A46: hue angle of 313.68º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #531A46 is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 26 70 -
CMYK 0 0.69 0.16 0.67
HSL 313.68º 0.52% 0.21% -
HSV(B) 313.68º 0.69% 0.33% -
XYZ 5.04 3.02 6.11 -
YUV 48.06 140.38 152.92 -
System Red Green Blue C M Y K H S L
Decimal 83 26 70 0 0.69 0.16 0.67 313.68 0.52 0.21
Hex 53 1A 46 0 45 10 43 13A 34 15
Octal 123 32 106 0 105 20 103 472 64 25
Binary 1010011 11010 1000110 0 1000101 10000 1000011 100111010 110100 10101

Color Harmonies of #531A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531A46

Black with #531A46

Text Example


Text Example

White with #531A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531A46; }

 p { color: rgb(83,26,70); }

 H1.HeaderClassName
 {
   color: #531A46;
 }
 .AnyTagClassName
 {
   color: #531A46;
 }
</style>

background-color css

<style>
 a { background-color: #531A46; }

 a { background-color: rgb(83,26,70); }

 div.DivClassName
 {
   background-color: #531A46;
 }
 .BgClassName
 {
   background-color: #531A46;
 }
</style>

border-color css

<style>
 span { border-color: #531A46; }

 span { border-color: rgb(83,26,70); }

 td.TdClassName
 {
   border-color: #531A46;
 }
 .TagClassName
 {
   border-color: #531A46;
 }
</style>