#592A3B

Color #592A3B Black Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Rose #592A3B

Tints of Black Rose #592A3B

Color information

#592A3B (or 0x592A3B) is unknown color: approx Black Rose. HEX triplet: 59, 2A and 3B. RGB value is (89,42,59). Sum of RGB (Red+Green+Blue) = 89+42+59=190 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.84% from 190); Green value is 42 (16.80% from 255 or 22.11% from 190); Blue value is 59 (23.44% from 255 or 31.05% from 190); Max value from RGB is 89 - color contains mainly: red. Hex color #592A3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592A3B is #A6D5C4. Grayscale: #393939. Windows color (decimal): -10933701 or 3877465. OLE color: 3877465.

HSL color Cylindrical-coordinate representation of color #592A3B: hue angle of 338.3º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #592A3B is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB894259-
CMYK00.530.340.65
HSL338.3º35.88%25.69%-
HSV(B)338.3º52.81%34.9%-
XYZ5.744.14.63-
YUV57.99128.57150.12-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 46.84%
GREEN value IS 42 (16.80% from 255) = 22.11%
BLUE value IS 59 (23.44% from 255) = 31.05%
R=46.84%
G=22.11%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89425900.530.340.65338.335.8825.69
Hex592A3B0352241152241a
Octal1315273065421015224432
Binary10110011010101110110110101100010100000110101001010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592A3B; }

 p { color: rgb(89,42,59); }

 H1.HeaderClassName
 {
   color: #592A3B;
 }
 .AnyTagClassName
 {
   color: #592A3B;
 }
</style>
background-color css

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

 a { background-color: rgb(89,42,59); }

 div.DivClassName
 {
   background-color: #592A3B;
 }
 .BgClassName
 {
   background-color: #592A3B;
 }
</style>
border-color css

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

 span { border-color: rgb(89,42,59); }

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