Html Css Color HEX #562F49 Loulou

📋 copy color: '#562F49'

red 86 ◦ green 47 ◦ blue 73

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

Shades of Loulou #562F49

Tints of Loulou #562F49

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.82%

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

R = 41.75%
G = 22.82%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.66

RGB Variations

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

Color information

#562F49 (or 0x562F49) is known color: Loulou. HEX triplet: 56, 2F and 49. RGB value is (86,47,73). Sum of RGB (Red+Green+Blue) = 86+47+73=206 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.75% from 206); Green value is 47 (18.75% from 255 or 22.82% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 86 - color contains mainly: red. Hex color #562F49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562F49 is #A9D0B6. Grayscale: #3D3D3D. Windows color (decimal): -11129015 or 4796246. OLE color: 4796246.

HSL color Cylindrical-coordinate representation of color #562F49: hue angle of 320º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #562F49 is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 47 73 -
CMYK 0 0.45 0.15 0.66
HSL 320º 0.29% 0.26% -
HSV(B) 320º 0.45% 0.34% -
XYZ 6.06 4.49 6.85 -
YUV 61.63 134.42 145.39 -
System Red Green Blue C M Y K H S L
Decimal 86 47 73 0 0.45 0.15 0.66 320 0.29 0.26
Hex 56 2F 49 0 2D F 42 140 1D 1A
Octal 126 57 111 0 55 17 102 500 35 32
Binary 1010110 101111 1001001 0 101101 1111 1000010 101000000 11101 11010

Color Harmonies of #562F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562F49

Black with #562F49

Text Example


Text Example

White with #562F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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