Html Css Color HEX #592034 Black Rose

📋 copy color: '#592034'

red 89 ◦ green 32 ◦ blue 52

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

Shades of Black Rose #592034

Tints of Black Rose #592034

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.5%

 BLUE value IS 52 (20.7% from 255) = 30.06%

R = 51.45%
G = 18.5%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.65

RGB Variations

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

Color information

#592034 (or 0x592034) is known color: Black Rose. HEX triplet: 59, 20 and 34. RGB value is (89,32,52). Sum of RGB (Red+Green+Blue) = 89+32+52=173 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.45% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 52 (20.70% from 255 or 30.06% from 173); Max value from RGB is 89 - color contains mainly: red. Hex color #592034 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592034 is #A6DFCB. Grayscale: #333333. Windows color (decimal): -10936268 or 3416153. OLE color: 3416153.

HSL color Cylindrical-coordinate representation of color #592034: hue angle of 338.95º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #592034 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 32 52 -
CMYK 0 0.64 0.42 0.65
HSL 338.95º 0.47% 0.24% -
HSV(B) 338.95º 0.64% 0.35% -
XYZ 5.26 3.4 3.63 -
YUV 51.32 128.38 154.87 -
System Red Green Blue C M Y K H S L
Decimal 89 32 52 0 0.64 0.42 0.65 338.95 0.47 0.24
Hex 59 20 34 0 40 2A 41 153 2F 18
Octal 131 40 64 0 100 52 101 523 57 30
Binary 1011001 100000 110100 0 1000000 101010 1000001 101010011 101111 11000

Color Harmonies of #592034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592034

Black with #592034

Text Example


Text Example

White with #592034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592034; }

 p { color: rgb(89,32,52); }

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

background-color css

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

 a { background-color: rgb(89,32,52); }

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

border-color css

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

 span { border-color: rgb(89,32,52); }

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