Html Css Color HEX #562F48 Loulou

📋 copy color: '#562F48'

red 86 ◦ green 47 ◦ blue 72

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

Shades of Loulou #562F48

Tints of Loulou #562F48

RGB

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

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

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

R = 41.95%
G = 22.93%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.16

 K value IS 0.66

RGB Variations

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

Color information

#562F48 (or 0x562F48) is known color: Loulou. HEX triplet: 56, 2F and 48. RGB value is (86,47,72). Sum of RGB (Red+Green+Blue) = 86+47+72=205 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.95% from 205); Green value is 47 (18.75% from 255 or 22.93% from 205); Blue value is 72 (28.52% from 255 or 35.12% from 205); Max value from RGB is 86 - color contains mainly: red. Hex color #562F48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562F48 is #A9D0B7. Grayscale: #3D3D3D. Windows color (decimal): -11129016 or 4730710. OLE color: 4730710.

HSL color Cylindrical-coordinate representation of color #562F48: hue angle of 321.54º 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 #562F48 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 47 72 -
CMYK 0 0.45 0.16 0.66
HSL 321.54º 0.29% 0.26% -
HSV(B) 321.54º 0.45% 0.34% -
XYZ 6.02 4.48 6.68 -
YUV 61.51 133.92 145.47 -
System Red Green Blue C M Y K H S L
Decimal 86 47 72 0 0.45 0.16 0.66 321.54 0.29 0.26
Hex 56 2F 48 0 2D 10 42 142 1D 1A
Octal 126 57 110 0 55 20 102 502 35 32
Binary 1010110 101111 1001000 0 101101 10000 1000010 101000010 11101 11010

Color Harmonies of #562F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562F48

Black with #562F48

Text Example


Text Example

White with #562F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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