Html Css Color HEX #532246 Loulou

📋 copy color: '#532246'

red 83 ◦ green 34 ◦ blue 70

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

Shades of Loulou #532246

Tints of Loulou #532246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 37.43%

R = 44.39%
G = 18.18%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#532246 (or 0x532246) is known color: Loulou. HEX triplet: 53, 22 and 46. RGB value is (83,34,70). Sum of RGB (Red+Green+Blue) = 83+34+70=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 34 (13.67% from 255 or 18.18% from 187); Blue value is 70 (27.73% from 255 or 37.43% from 187); Max value from RGB is 83 - color contains mainly: red. Hex color #532246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532246 is #ACDDB9. Grayscale: #343434. Windows color (decimal): -11328954 or 4596307. OLE color: 4596307.

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

Color convert

RGB 83 34 70 -
CMYK 0 0.59 0.16 0.67
HSL 315.92º 0.42% 0.23% -
HSV(B) 315.92º 0.59% 0.33% -
XYZ 5.24 3.43 6.18 -
YUV 52.76 137.73 149.57 -
System Red Green Blue C M Y K H S L
Decimal 83 34 70 0 0.59 0.16 0.67 315.92 0.42 0.23
Hex 53 22 46 0 3B 10 43 13C 2A 17
Octal 123 42 106 0 73 20 103 474 52 27
Binary 1010011 100010 1000110 0 111011 10000 1000011 100111100 101010 10111

Color Harmonies of #532246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532246

Black with #532246

Text Example


Text Example

White with #532246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532246; }

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

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

background-color css

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

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

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

border-color css

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

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

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