Html Css Color HEX #532442 Loulou

📋 copy color: '#532442'

red 83 ◦ green 36 ◦ blue 66

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

Shades of Loulou #532442

Tints of Loulou #532442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 35.68%

R = 44.86%
G = 19.46%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#532442 (or 0x532442) is known color: Loulou. HEX triplet: 53, 24 and 42. RGB value is (83,36,66). Sum of RGB (Red+Green+Blue) = 83+36+66=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 36 (14.45% from 255 or 19.46% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #532442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532442 is #ACDBBD. Grayscale: #353535. Windows color (decimal): -11328446 or 4334675. OLE color: 4334675.

HSL color Cylindrical-coordinate representation of color #532442: hue angle of 321.7º 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 #532442 is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 36 66 -
CMYK 0 0.57 0.20 0.67
HSL 321.7º 0.39% 0.23% -
HSV(B) 321.7º 0.57% 0.33% -
XYZ 5.18 3.49 5.56 -
YUV 53.47 135.07 149.06 -
System Red Green Blue C M Y K H S L
Decimal 83 36 66 0 0.57 0.20 0.67 321.7 0.39 0.23
Hex 53 24 42 0 39 14 43 142 27 17
Octal 123 44 102 0 71 24 103 502 47 27
Binary 1010011 100100 1000010 0 111001 10100 1000011 101000010 100111 10111

Color Harmonies of #532442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532442

Black with #532442

Text Example


Text Example

White with #532442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532442; }

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

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

background-color css

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

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

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

border-color css

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

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

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