Html Css Color HEX #532242 Loulou

📋 copy color: '#532242'

red 83 ◦ green 34 ◦ blue 66

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

Shades of Loulou #532242

Tints of Loulou #532242

RGB

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

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

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

R = 45.36%
G = 18.58%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#532242 (or 0x532242) is known color: Loulou. HEX triplet: 53, 22 and 42. RGB value is (83,34,66). Sum of RGB (Red+Green+Blue) = 83+34+66=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 66 (26.17% from 255 or 36.07% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #532242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532242 is #ACDDBD. Grayscale: #343434. Windows color (decimal): -11328958 or 4334163. OLE color: 4334163.

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

Color convert

RGB 83 34 66 -
CMYK 0 0.59 0.20 0.67
HSL 320.82º 0.42% 0.23% -
HSV(B) 320.82º 0.59% 0.33% -
XYZ 5.12 3.38 5.54 -
YUV 52.3 135.73 149.9 -
System Red Green Blue C M Y K H S L
Decimal 83 34 66 0 0.59 0.20 0.67 320.82 0.42 0.23
Hex 53 22 42 0 3B 14 43 141 2A 17
Octal 123 42 102 0 73 24 103 501 52 27
Binary 1010011 100010 1000010 0 111011 10100 1000011 101000001 101010 10111

Color Harmonies of #532242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532242

Black with #532242

Text Example


Text Example

White with #532242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532242; }

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

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

background-color css

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

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

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

border-color css

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

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

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