Html Css Color HEX #532144 Loulou

📋 copy color: '#532144'

red 83 ◦ green 33 ◦ blue 68

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

Shades of Loulou #532144

Tints of Loulou #532144

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.93%

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

R = 45.11%
G = 17.93%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#532144 (or 0x532144) is known color: Loulou. HEX triplet: 53, 21 and 44. RGB value is (83,33,68). Sum of RGB (Red+Green+Blue) = 83+33+68=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 33 (13.28% from 255 or 17.93% from 184); Blue value is 68 (26.95% from 255 or 36.96% from 184); Max value from RGB is 83 - color contains mainly: red. Hex color #532144 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532144 is #ACDEBB. Grayscale: #333333. Windows color (decimal): -11329212 or 4464979. OLE color: 4464979.

HSL color Cylindrical-coordinate representation of color #532144: hue angle of 318º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #532144 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 33 68 -
CMYK 0 0.60 0.18 0.67
HSL 318º 0.43% 0.23% -
HSV(B) 318º 0.6% 0.33% -
XYZ 5.15 3.34 5.84 -
YUV 51.94 137.07 150.15 -
System Red Green Blue C M Y K H S L
Decimal 83 33 68 0 0.60 0.18 0.67 318 0.43 0.23
Hex 53 21 44 0 3C 12 43 13E 2B 17
Octal 123 41 104 0 74 22 103 476 53 27
Binary 1010011 100001 1000100 0 111100 10010 1000011 100111110 101011 10111

Color Harmonies of #532144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532144

Black with #532144

Text Example


Text Example

White with #532144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532144; }

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

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

background-color css

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

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

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

border-color css

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

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

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