Html Css Color HEX #592133 Black Rose

📋 copy color: '#592133'

red 89 ◦ green 33 ◦ blue 51

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

Shades of Black Rose #592133

Tints of Black Rose #592133

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.08%

 BLUE value IS 51 (20.31% from 255) = 29.48%

R = 51.45%
G = 19.08%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.65

RGB Variations

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

Color information

#592133 (or 0x592133) is known color: Black Rose. HEX triplet: 59, 21 and 33. RGB value is (89,33,51). Sum of RGB (Red+Green+Blue) = 89+33+51=173 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.45% from 173); Green value is 33 (13.28% from 255 or 19.08% from 173); Blue value is 51 (20.31% from 255 or 29.48% from 173); Max value from RGB is 89 - color contains mainly: red. Hex color #592133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592133 is #A6DECC. Grayscale: #333333. Windows color (decimal): -10936013 or 3350873. OLE color: 3350873.

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

Color convert

RGB 89 33 51 -
CMYK 0 0.63 0.43 0.65
HSL 340.71º 0.46% 0.24% -
HSV(B) 340.71º 0.63% 0.35% -
XYZ 5.26 3.45 3.52 -
YUV 51.8 127.55 154.54 -
System Red Green Blue C M Y K H S L
Decimal 89 33 51 0 0.63 0.43 0.65 340.71 0.46 0.24
Hex 59 21 33 0 3F 2B 41 155 2E 18
Octal 131 41 63 0 77 53 101 525 56 30
Binary 1011001 100001 110011 0 111111 101011 1000001 101010101 101110 11000

Color Harmonies of #592133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592133

Black with #592133

Text Example


Text Example

White with #592133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592133; }

 p { color: rgb(89,33,51); }

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

background-color css

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

 a { background-color: rgb(89,33,51); }

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

border-color css

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

 span { border-color: rgb(89,33,51); }

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