Html Css Color HEX #592932 Black Rose

📋 copy color: '#592932'

red 89 ◦ green 41 ◦ blue 50

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

Shades of Black Rose #592932

Tints of Black Rose #592932

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.78%

 BLUE value IS 50 (19.92% from 255) = 27.78%

R = 49.44%
G = 22.78%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.44

 K value IS 0.65

RGB Variations

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

Color information

#592932 (or 0x592932) is known color: Black Rose. HEX triplet: 59, 29 and 32. RGB value is (89,41,50). Sum of RGB (Red+Green+Blue) = 89+41+50=180 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.44% from 180); Green value is 41 (16.41% from 255 or 22.78% from 180); Blue value is 50 (19.92% from 255 or 27.78% from 180); Max value from RGB is 89 - color contains mainly: red. Hex color #592932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592932 is #A6D6CD. Grayscale: #383838. Windows color (decimal): -10933966 or 3287385. OLE color: 3287385.

HSL color Cylindrical-coordinate representation of color #592932: hue angle of 348.75º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #592932 is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 41 50 -
CMYK 0 0.54 0.44 0.65
HSL 348.75º 0.37% 0.25% -
HSV(B) 348.75º 0.54% 0.35% -
XYZ 5.49 3.94 3.49 -
YUV 56.38 124.4 151.27 -
System Red Green Blue C M Y K H S L
Decimal 89 41 50 0 0.54 0.44 0.65 348.75 0.37 0.25
Hex 59 29 32 0 36 2C 41 15D 25 19
Octal 131 51 62 0 66 54 101 535 45 31
Binary 1011001 101001 110010 0 110110 101100 1000001 101011101 100101 11001

Color Harmonies of #592932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592932

Black with #592932

Text Example


Text Example

White with #592932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592932; }

 p { color: rgb(89,41,50); }

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

background-color css

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

 a { background-color: rgb(89,41,50); }

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

border-color css

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

 span { border-color: rgb(89,41,50); }

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