Html Css Color HEX #592135 Black Rose

📋 copy color: '#592135'

red 89 ◦ green 33 ◦ blue 53

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

Shades of Black Rose #592135

Tints of Black Rose #592135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 30.29%

R = 50.86%
G = 18.86%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.65

RGB Variations

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

Color information

#592135 (or 0x592135) is known color: Black Rose. HEX triplet: 59, 21 and 35. RGB value is (89,33,53). Sum of RGB (Red+Green+Blue) = 89+33+53=175 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.86% from 175); Green value is 33 (13.28% from 255 or 18.86% from 175); Blue value is 53 (21.09% from 255 or 30.29% from 175); Max value from RGB is 89 - color contains mainly: red. Hex color #592135 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592135 is #A6DECA. Grayscale: #343434. Windows color (decimal): -10936011 or 3481945. OLE color: 3481945.

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

Color convert

RGB 89 33 53 -
CMYK 0 0.63 0.40 0.65
HSL 338.57º 0.46% 0.24% -
HSV(B) 338.57º 0.63% 0.35% -
XYZ 5.31 3.47 3.76 -
YUV 52.02 128.55 154.37 -
System Red Green Blue C M Y K H S L
Decimal 89 33 53 0 0.63 0.40 0.65 338.57 0.46 0.24
Hex 59 21 35 0 3F 28 41 153 2E 18
Octal 131 41 65 0 77 50 101 523 56 30
Binary 1011001 100001 110101 0 111111 101000 1000001 101010011 101110 11000

Color Harmonies of #592135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592135

Black with #592135

Text Example


Text Example

White with #592135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592135; }

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

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

background-color css

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

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

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

border-color css

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

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

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