Html Css Color HEX #592334 Black Rose

📋 copy color: '#592334'

red 89 ◦ green 35 ◦ blue 52

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

Shades of Black Rose #592334

Tints of Black Rose #592334

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.89%

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

R = 50.57%
G = 19.89%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.65

RGB Variations

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

Color information

#592334 (or 0x592334) is known color: Black Rose. HEX triplet: 59, 23 and 34. RGB value is (89,35,52). Sum of RGB (Red+Green+Blue) = 89+35+52=176 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.57% from 176); Green value is 35 (14.06% from 255 or 19.89% from 176); Blue value is 52 (20.70% from 255 or 29.55% from 176); Max value from RGB is 89 - color contains mainly: red. Hex color #592334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592334 is #A6DCCB. Grayscale: #353535. Windows color (decimal): -10935500 or 3416921. OLE color: 3416921.

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

Color convert

RGB 89 35 52 -
CMYK 0 0.61 0.42 0.65
HSL 341.11º 0.44% 0.24% -
HSV(B) 341.11º 0.61% 0.35% -
XYZ 5.34 3.57 3.66 -
YUV 53.08 127.39 153.62 -
System Red Green Blue C M Y K H S L
Decimal 89 35 52 0 0.61 0.42 0.65 341.11 0.44 0.24
Hex 59 23 34 0 3D 2A 41 155 2C 18
Octal 131 43 64 0 75 52 101 525 54 30
Binary 1011001 100011 110100 0 111101 101010 1000001 101010101 101100 11000

Color Harmonies of #592334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592334

Black with #592334

Text Example


Text Example

White with #592334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592334; }

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

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

background-color css

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

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

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

border-color css

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

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

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