Html Css Color HEX #56374A Loulou

📋 copy color: '#56374A'

red 86 ◦ green 55 ◦ blue 74

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

Shades of Loulou #56374A

Tints of Loulou #56374A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.58%

 BLUE value IS 74 (29.3% from 255) = 34.42%

R = 40%
G = 25.58%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.66

RGB Variations

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

Color information

#56374A (or 0x56374A) is known color: Loulou. HEX triplet: 56, 37 and 4A. RGB value is (86,55,74). Sum of RGB (Red+Green+Blue) = 86+55+74=215 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40% from 215); Green value is 55 (21.88% from 255 or 25.58% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 86 - color contains mainly: red. Hex color #56374A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56374A is #A9C8B5. Grayscale: #424242. Windows color (decimal): -11126966 or 4863830. OLE color: 4863830.

HSL color Cylindrical-coordinate representation of color #56374A: hue angle of 323.23º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #56374A is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 55 74 -
CMYK 0 0.36 0.14 0.66
HSL 323.23º 0.22% 0.28% -
HSV(B) 323.23º 0.36% 0.34% -
XYZ 6.44 5.21 7.14 -
YUV 66.44 132.27 141.96 -
System Red Green Blue C M Y K H S L
Decimal 86 55 74 0 0.36 0.14 0.66 323.23 0.22 0.28
Hex 56 37 4A 0 24 E 42 143 16 1C
Octal 126 67 112 0 44 16 102 503 26 34
Binary 1010110 110111 1001010 0 100100 1110 1000010 101000011 10110 11100

Color Harmonies of #56374A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56374A

Black with #56374A

Text Example


Text Example

White with #56374A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56374A; }

 p { color: rgb(86,55,74); }

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

background-color css

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

 a { background-color: rgb(86,55,74); }

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

border-color css

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

 span { border-color: rgb(86,55,74); }

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