Html Css Color HEX #532244 Loulou

📋 copy color: '#532244'

red 83 ◦ green 34 ◦ blue 68

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

Shades of Loulou #532244

Tints of Loulou #532244

RGB

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

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

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

R = 44.86%
G = 18.38%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#532244 (or 0x532244) is known color: Loulou. HEX triplet: 53, 22 and 44. RGB value is (83,34,68). Sum of RGB (Red+Green+Blue) = 83+34+68=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 68 (26.95% from 255 or 36.76% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #532244 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532244 is #ACDDBB. Grayscale: #343434. Windows color (decimal): -11328956 or 4465235. OLE color: 4465235.

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

Color convert

RGB 83 34 68 -
CMYK 0 0.59 0.18 0.67
HSL 318.37º 0.42% 0.23% -
HSV(B) 318.37º 0.59% 0.33% -
XYZ 5.18 3.4 5.85 -
YUV 52.53 136.73 149.74 -
System Red Green Blue C M Y K H S L
Decimal 83 34 68 0 0.59 0.18 0.67 318.37 0.42 0.23
Hex 53 22 44 0 3B 12 43 13E 2A 17
Octal 123 42 104 0 73 22 103 476 52 27
Binary 1010011 100010 1000100 0 111011 10010 1000011 100111110 101010 10111

Color Harmonies of #532244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532244

Black with #532244

Text Example


Text Example

White with #532244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532244; }

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

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

background-color css

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

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

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

border-color css

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

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

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