Html Css Color HEX #562148 Loulou

📋 copy color: '#562148'

red 86 ◦ green 33 ◦ blue 72

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

Shades of Loulou #562148

Tints of Loulou #562148

RGB

 RED value IS 86 (33.98% from 255) = 45.03%

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

 BLUE value IS 72 (28.52% from 255) = 37.7%

R = 45.03%
G = 17.28%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.16

 K value IS 0.66

RGB Variations

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

Color information

#562148 (or 0x562148) is known color: Loulou. HEX triplet: 56, 21 and 48. RGB value is (86,33,72). Sum of RGB (Red+Green+Blue) = 86+33+72=191 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.03% from 191); Green value is 33 (13.28% from 255 or 17.28% from 191); Blue value is 72 (28.52% from 255 or 37.70% from 191); Max value from RGB is 86 - color contains mainly: red. Hex color #562148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562148 is #A9DEB7. Grayscale: #353535. Windows color (decimal): -11132600 or 4727126. OLE color: 4727126.

HSL color Cylindrical-coordinate representation of color #562148: hue angle of 315.85º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #562148 is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 33 72 -
CMYK 0 0.62 0.16 0.66
HSL 315.85º 0.45% 0.23% -
HSV(B) 315.85º 0.62% 0.34% -
XYZ 5.55 3.53 6.52 -
YUV 53.29 138.56 151.33 -
System Red Green Blue C M Y K H S L
Decimal 86 33 72 0 0.62 0.16 0.66 315.85 0.45 0.23
Hex 56 21 48 0 3E 10 42 13C 2D 17
Octal 126 41 110 0 76 20 102 474 55 27
Binary 1010110 100001 1001000 0 111110 10000 1000010 100111100 101101 10111

Color Harmonies of #562148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562148

Black with #562148

Text Example


Text Example

White with #562148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562148; }

 p { color: rgb(86,33,72); }

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

background-color css

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

 a { background-color: rgb(86,33,72); }

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

border-color css

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

 span { border-color: rgb(86,33,72); }

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