Html Css Color HEX #532443 Loulou

📋 copy color: '#532443'

red 83 ◦ green 36 ◦ blue 67

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

Shades of Loulou #532443

Tints of Loulou #532443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 36.02%

R = 44.62%
G = 19.35%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#532443 (or 0x532443) is known color: Loulou. HEX triplet: 53, 24 and 43. RGB value is (83,36,67). Sum of RGB (Red+Green+Blue) = 83+36+67=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 36 (14.45% from 255 or 19.35% from 186); Blue value is 67 (26.56% from 255 or 36.02% from 186); Max value from RGB is 83 - color contains mainly: red. Hex color #532443 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532443 is #ACDBBC. Grayscale: #353535. Windows color (decimal): -11328445 or 4400211. OLE color: 4400211.

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

Color convert

RGB 83 36 67 -
CMYK 0 0.57 0.19 0.67
HSL 320.43º 0.39% 0.23% -
HSV(B) 320.43º 0.57% 0.33% -
XYZ 5.21 3.51 5.71 -
YUV 53.59 135.57 148.98 -
System Red Green Blue C M Y K H S L
Decimal 83 36 67 0 0.57 0.19 0.67 320.43 0.39 0.23
Hex 53 24 43 0 39 13 43 140 27 17
Octal 123 44 103 0 71 23 103 500 47 27
Binary 1010011 100100 1000011 0 111001 10011 1000011 101000000 100111 10111

Color Harmonies of #532443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532443

Black with #532443

Text Example


Text Example

White with #532443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532443; }

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

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

background-color css

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

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

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

border-color css

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

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

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