Html Css Color HEX #532444 Loulou

📋 copy color: '#532444'

red 83 ◦ green 36 ◦ blue 68

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

Shades of Loulou #532444

Tints of Loulou #532444

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.25%

 BLUE value IS 68 (26.95% from 255) = 36.36%

R = 44.39%
G = 19.25%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#532444 (or 0x532444) is known color: Loulou. HEX triplet: 53, 24 and 44. RGB value is (83,36,68). Sum of RGB (Red+Green+Blue) = 83+36+68=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 36 (14.45% from 255 or 19.25% from 187); Blue value is 68 (26.95% from 255 or 36.36% from 187); Max value from RGB is 83 - color contains mainly: red. Hex color #532444 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532444 is #ACDBBB. Grayscale: #353535. Windows color (decimal): -11328444 or 4465747. OLE color: 4465747.

HSL color Cylindrical-coordinate representation of color #532444: hue angle of 319.15º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #532444 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 36 68 -
CMYK 0 0.57 0.18 0.67
HSL 319.15º 0.39% 0.23% -
HSV(B) 319.15º 0.57% 0.33% -
XYZ 5.24 3.52 5.87 -
YUV 53.7 136.07 148.9 -
System Red Green Blue C M Y K H S L
Decimal 83 36 68 0 0.57 0.18 0.67 319.15 0.39 0.23
Hex 53 24 44 0 39 12 43 13F 27 17
Octal 123 44 104 0 71 22 103 477 47 27
Binary 1010011 100100 1000100 0 111001 10010 1000011 100111111 100111 10111

Color Harmonies of #532444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532444

Black with #532444

Text Example


Text Example

White with #532444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532444; }

 p { color: rgb(83,36,68); }

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

background-color css

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

 a { background-color: rgb(83,36,68); }

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

border-color css

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

 span { border-color: rgb(83,36,68); }

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