Html Css Color HEX #592030 Black Rose

📋 copy color: '#592030'

red 89 ◦ green 32 ◦ blue 48

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

Shades of Black Rose #592030

Tints of Black Rose #592030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 28.4%

R = 52.66%
G = 18.93%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.46

 K value IS 0.65

RGB Variations

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

Color information

#592030 (or 0x592030) is known color: Black Rose. HEX triplet: 59, 20 and 30. RGB value is (89,32,48). Sum of RGB (Red+Green+Blue) = 89+32+48=169 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.66% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 48 (19.14% from 255 or 28.40% from 169); Max value from RGB is 89 - color contains mainly: red. Hex color #592030 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592030 is #A6DFCF. Grayscale: #323232. Windows color (decimal): -10936272 or 3154009. OLE color: 3154009.

HSL color Cylindrical-coordinate representation of color #592030: hue angle of 343.16º 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 #592030 is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 32 48 -
CMYK 0 0.64 0.46 0.65
HSL 343.16º 0.47% 0.24% -
HSV(B) 343.16º 0.64% 0.35% -
XYZ 5.17 3.37 3.17 -
YUV 50.87 126.38 155.2 -
System Red Green Blue C M Y K H S L
Decimal 89 32 48 0 0.64 0.46 0.65 343.16 0.47 0.24
Hex 59 20 30 0 40 2E 41 157 2F 18
Octal 131 40 60 0 100 56 101 527 57 30
Binary 1011001 100000 110000 0 1000000 101110 1000001 101010111 101111 11000

Color Harmonies of #592030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592030

Black with #592030

Text Example


Text Example

White with #592030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592030; }

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

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

background-color css

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

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

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

border-color css

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

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

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