Html Css Color HEX #592234 Black Rose

📋 copy color: '#592234'

red 89 ◦ green 34 ◦ blue 52

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

Shades of Black Rose #592234

Tints of Black Rose #592234

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.43%

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

R = 50.86%
G = 19.43%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.42

 K value IS 0.65

RGB Variations

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

Color information

#592234 (or 0x592234) is known color: Black Rose. HEX triplet: 59, 22 and 34. RGB value is (89,34,52). Sum of RGB (Red+Green+Blue) = 89+34+52=175 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.86% from 175); Green value is 34 (13.67% from 255 or 19.43% from 175); Blue value is 52 (20.70% from 255 or 29.71% from 175); Max value from RGB is 89 - color contains mainly: red. Hex color #592234 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592234 is #A6DDCB. Grayscale: #343434. Windows color (decimal): -10935756 or 3416665. OLE color: 3416665.

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

Color convert

RGB 89 34 52 -
CMYK 0 0.62 0.42 0.65
HSL 340.36º 0.45% 0.24% -
HSV(B) 340.36º 0.62% 0.35% -
XYZ 5.31 3.52 3.65 -
YUV 52.5 127.72 154.04 -
System Red Green Blue C M Y K H S L
Decimal 89 34 52 0 0.62 0.42 0.65 340.36 0.45 0.24
Hex 59 22 34 0 3E 2A 41 154 2D 18
Octal 131 42 64 0 76 52 101 524 55 30
Binary 1011001 100010 110100 0 111110 101010 1000001 101010100 101101 11000

Color Harmonies of #592234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592234

Black with #592234

Text Example


Text Example

White with #592234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592234; }

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

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

background-color css

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

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

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

border-color css

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

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

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