Html Css Color HEX #56324B Loulou

📋 copy color: '#56324B'

red 86 ◦ green 50 ◦ blue 75

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

Shades of Loulou #56324B

Tints of Loulou #56324B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.7%

 BLUE value IS 75 (29.69% from 255) = 35.55%

R = 40.76%
G = 23.7%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.13

 K value IS 0.66

RGB Variations

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

Color information

#56324B (or 0x56324B) is known color: Loulou. HEX triplet: 56, 32 and 4B. RGB value is (86,50,75). Sum of RGB (Red+Green+Blue) = 86+50+75=211 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.76% from 211); Green value is 50 (19.92% from 255 or 23.70% from 211); Blue value is 75 (29.69% from 255 or 35.55% from 211); Max value from RGB is 86 - color contains mainly: red. Hex color #56324B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56324B is #A9CDB4. Grayscale: #3F3F3F. Windows color (decimal): -11128245 or 4928086. OLE color: 4928086.

HSL color Cylindrical-coordinate representation of color #56324B: hue angle of 318.33º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #56324B is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 50 75 -
CMYK 0 0.42 0.13 0.66
HSL 318.33º 0.26% 0.27% -
HSV(B) 318.33º 0.42% 0.34% -
XYZ 6.25 4.77 7.25 -
YUV 63.61 134.43 143.97 -
System Red Green Blue C M Y K H S L
Decimal 86 50 75 0 0.42 0.13 0.66 318.33 0.26 0.27
Hex 56 32 4B 0 2A D 42 13E 1A 1B
Octal 126 62 113 0 52 15 102 476 32 33
Binary 1010110 110010 1001011 0 101010 1101 1000010 100111110 11010 11011

Color Harmonies of #56324B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56324B

Black with #56324B

Text Example


Text Example

White with #56324B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56324B; }

 p { color: rgb(86,50,75); }

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

background-color css

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

 a { background-color: rgb(86,50,75); }

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

border-color css

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

 span { border-color: rgb(86,50,75); }

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