Html Css Color HEX #531C4A Loulou

📋 copy color: '#531C4A'

red 83 ◦ green 28 ◦ blue 74

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

Shades of Loulou #531C4A

Tints of Loulou #531C4A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.14%

 BLUE value IS 74 (29.3% from 255) = 40%

R = 44.86%
G = 15.14%
B = 40%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#531C4A (or 0x531C4A) is known color: Loulou. HEX triplet: 53, 1C and 4A. RGB value is (83,28,74). Sum of RGB (Red+Green+Blue) = 83+28+74=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 28 (11.33% from 255 or 15.14% from 185); Blue value is 74 (29.30% from 255 or 40% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #531C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531C4A is #ACE3B5. Grayscale: #313131. Windows color (decimal): -11330486 or 4856915. OLE color: 4856915.

HSL color Cylindrical-coordinate representation of color #531C4A: hue angle of 309.82º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #531C4A is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 28 74 -
CMYK 0 0.66 0.11 0.67
HSL 309.82º 0.5% 0.22% -
HSV(B) 309.82º 0.66% 0.33% -
XYZ 5.22 3.16 6.81 -
YUV 49.69 141.72 151.76 -
System Red Green Blue C M Y K H S L
Decimal 83 28 74 0 0.66 0.11 0.67 309.82 0.5 0.22
Hex 53 1C 4A 0 42 B 43 136 32 16
Octal 123 34 112 0 102 13 103 466 62 26
Binary 1010011 11100 1001010 0 1000010 1011 1000011 100110110 110010 10110

Color Harmonies of #531C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531C4A

Black with #531C4A

Text Example


Text Example

White with #531C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,28,74); }

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

background-color css

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

 a { background-color: rgb(83,28,74); }

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

border-color css

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

 span { border-color: rgb(83,28,74); }

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