Html Css Color HEX #562249 Loulou

📋 copy color: '#562249'

red 86 ◦ green 34 ◦ blue 73

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

Shades of Loulou #562249

Tints of Loulou #562249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 37.82%

R = 44.56%
G = 17.62%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.66

RGB Variations

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

Color information

#562249 (or 0x562249) is known color: Loulou. HEX triplet: 56, 22 and 49. RGB value is (86,34,73). Sum of RGB (Red+Green+Blue) = 86+34+73=193 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.56% from 193); Green value is 34 (13.67% from 255 or 17.62% from 193); Blue value is 73 (28.91% from 255 or 37.82% from 193); Max value from RGB is 86 - color contains mainly: red. Hex color #562249 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562249 is #A9DDB6. Grayscale: #353535. Windows color (decimal): -11132343 or 4792918. OLE color: 4792918.

HSL color Cylindrical-coordinate representation of color #562249: hue angle of 315º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #562249 is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 34 73 -
CMYK 0 0.60 0.15 0.66
HSL 315º 0.43% 0.24% -
HSV(B) 315º 0.6% 0.34% -
XYZ 5.61 3.6 6.7 -
YUV 53.99 138.73 150.83 -
System Red Green Blue C M Y K H S L
Decimal 86 34 73 0 0.60 0.15 0.66 315 0.43 0.24
Hex 56 22 49 0 3C F 42 13B 2B 18
Octal 126 42 111 0 74 17 102 473 53 30
Binary 1010110 100010 1001001 0 111100 1111 1000010 100111011 101011 11000

Color Harmonies of #562249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562249

Black with #562249

Text Example


Text Example

White with #562249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562249; }

 p { color: rgb(86,34,73); }

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

background-color css

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

 a { background-color: rgb(86,34,73); }

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

border-color css

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

 span { border-color: rgb(86,34,73); }

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