Html Css Color HEX #592C4B Loulou

📋 copy color: '#592C4B'

red 89 ◦ green 44 ◦ blue 75

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

Shades of Loulou #592C4B

Tints of Loulou #592C4B

RGB

 RED value IS 89 (35.16% from 255) = 42.79%

 GREEN value IS 44 (17.58% from 255) = 21.15%

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

R = 42.79%
G = 21.15%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#592C4B (or 0x592C4B) is known color: Loulou. HEX triplet: 59, 2C and 4B. RGB value is (89,44,75). Sum of RGB (Red+Green+Blue) = 89+44+75=208 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.79% from 208); Green value is 44 (17.58% from 255 or 21.15% from 208); Blue value is 75 (29.69% from 255 or 36.06% from 208); Max value from RGB is 89 - color contains mainly: red. Hex color #592C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592C4B is #A6D3B4. Grayscale: #3C3C3C. Windows color (decimal): -10933173 or 4926553. OLE color: 4926553.

HSL color Cylindrical-coordinate representation of color #592C4B: hue angle of 318.67º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #592C4B is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 44 75 -
CMYK 0 0.51 0.16 0.65
HSL 318.67º 0.34% 0.26% -
HSV(B) 318.67º 0.51% 0.35% -
XYZ 6.29 4.43 7.18 -
YUV 60.99 135.91 147.98 -
System Red Green Blue C M Y K H S L
Decimal 89 44 75 0 0.51 0.16 0.65 318.67 0.34 0.26
Hex 59 2C 4B 0 33 10 41 13F 22 1A
Octal 131 54 113 0 63 20 101 477 42 32
Binary 1011001 101100 1001011 0 110011 10000 1000001 100111111 100010 11010

Color Harmonies of #592C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592C4B

Black with #592C4B

Text Example


Text Example

White with #592C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592C4B; }

 p { color: rgb(89,44,75); }

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

background-color css

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

 a { background-color: rgb(89,44,75); }

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

border-color css

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

 span { border-color: rgb(89,44,75); }

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