Html Css Color HEX #532247 Loulou

📋 copy color: '#532247'

red 83 ◦ green 34 ◦ blue 71

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

Shades of Loulou #532247

Tints of Loulou #532247

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.09%

 BLUE value IS 71 (28.13% from 255) = 37.77%

R = 44.15%
G = 18.09%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#532247 (or 0x532247) is known color: Loulou. HEX triplet: 53, 22 and 47. RGB value is (83,34,71). Sum of RGB (Red+Green+Blue) = 83+34+71=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 34 (13.67% from 255 or 18.09% from 188); Blue value is 71 (28.12% from 255 or 37.77% from 188); Max value from RGB is 83 - color contains mainly: red. Hex color #532247 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532247 is #ACDDB8. Grayscale: #343434. Windows color (decimal): -11328953 or 4661843. OLE color: 4661843.

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

Color convert

RGB 83 34 71 -
CMYK 0 0.59 0.14 0.67
HSL 314.69º 0.42% 0.23% -
HSV(B) 314.69º 0.59% 0.33% -
XYZ 5.28 3.44 6.35 -
YUV 52.87 138.23 149.49 -
System Red Green Blue C M Y K H S L
Decimal 83 34 71 0 0.59 0.14 0.67 314.69 0.42 0.23
Hex 53 22 47 0 3B E 43 13B 2A 17
Octal 123 42 107 0 73 16 103 473 52 27
Binary 1010011 100010 1000111 0 111011 1110 1000011 100111011 101010 10111

Color Harmonies of #532247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532247

Black with #532247

Text Example


Text Example

White with #532247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532247; }

 p { color: rgb(83,34,71); }

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

background-color css

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

 a { background-color: rgb(83,34,71); }

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

border-color css

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

 span { border-color: rgb(83,34,71); }

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