Html Css Color HEX #592330 Black Rose

📋 copy color: '#592330'

red 89 ◦ green 35 ◦ blue 48

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

Shades of Black Rose #592330

Tints of Black Rose #592330

RGB

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

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

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

R = 51.74%
G = 20.35%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.46

 K value IS 0.65

RGB Variations

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

Color information

#592330 (or 0x592330) is known color: Black Rose. HEX triplet: 59, 23 and 30. RGB value is (89,35,48). Sum of RGB (Red+Green+Blue) = 89+35+48=172 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.74% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 48 (19.14% from 255 or 27.91% from 172); Max value from RGB is 89 - color contains mainly: red. Hex color #592330 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592330 is #A6DCCF. Grayscale: #343434. Windows color (decimal): -10935504 or 3154777. OLE color: 3154777.

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

Color convert

RGB 89 35 48 -
CMYK 0 0.61 0.46 0.65
HSL 345.56º 0.44% 0.24% -
HSV(B) 345.56º 0.61% 0.35% -
XYZ 5.25 3.54 3.2 -
YUV 52.63 125.39 153.94 -
System Red Green Blue C M Y K H S L
Decimal 89 35 48 0 0.61 0.46 0.65 345.56 0.44 0.24
Hex 59 23 30 0 3D 2E 41 15A 2C 18
Octal 131 43 60 0 75 56 101 532 54 30
Binary 1011001 100011 110000 0 111101 101110 1000001 101011010 101100 11000

Color Harmonies of #592330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592330

Black with #592330

Text Example


Text Example

White with #592330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592330; }

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

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

background-color css

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

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

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

border-color css

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

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

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