Html Css Color HEX #592B4D Loulou

📋 copy color: '#592B4D'

red 89 ◦ green 43 ◦ blue 77

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

Shades of Loulou #592B4D

Tints of Loulou #592B4D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.57%

 BLUE value IS 77 (30.47% from 255) = 36.84%

R = 42.58%
G = 20.57%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.13

 K value IS 0.65

RGB Variations

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

Color information

#592B4D (or 0x592B4D) is known color: Loulou. HEX triplet: 59, 2B and 4D. RGB value is (89,43,77). Sum of RGB (Red+Green+Blue) = 89+43+77=209 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.58% from 209); Green value is 43 (17.19% from 255 or 20.57% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 89 - color contains mainly: red. Hex color #592B4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592B4D is #A6D4B2. Grayscale: #3C3C3C. Windows color (decimal): -10933427 or 5057369. OLE color: 5057369.

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

Color convert

RGB 89 43 77 -
CMYK 0 0.52 0.13 0.65
HSL 315.65º 0.35% 0.26% -
HSV(B) 315.65º 0.52% 0.35% -
XYZ 6.32 4.39 7.53 -
YUV 60.63 137.24 148.24 -
System Red Green Blue C M Y K H S L
Decimal 89 43 77 0 0.52 0.13 0.65 315.65 0.35 0.26
Hex 59 2B 4D 0 34 D 41 13C 23 1A
Octal 131 53 115 0 64 15 101 474 43 32
Binary 1011001 101011 1001101 0 110100 1101 1000001 100111100 100011 11010

Color Harmonies of #592B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592B4D

Black with #592B4D

Text Example


Text Example

White with #592B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,43,77); }

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

background-color css

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

 a { background-color: rgb(89,43,77); }

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

border-color css

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

 span { border-color: rgb(89,43,77); }

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