#592B40

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

Shades of Black Rose #592B40

Tints of Black Rose #592B40

Color information

#592B40 (or 0x592B40) is unknown color: approx Black Rose. HEX triplet: 59, 2B and 40. RGB value is (89,43,64). Sum of RGB (Red+Green+Blue) = 89+43+64=196 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.41% from 196); Green value is 43 (17.19% from 255 or 21.94% from 196); Blue value is 64 (25.39% from 255 or 32.65% from 196); Max value from RGB is 89 - color contains mainly: red. Hex color #592B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592B40 is #A6D4BF. Grayscale: #3B3B3B. Windows color (decimal): -10933440 or 4205401. OLE color: 4205401.

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

Color convert

RGB894364-
CMYK00.520.280.65
HSL332.61º34.85%25.88%-
HSV(B)332.61º51.69%34.9%-
XYZ5.914.225.35-
YUV59.15130.74149.29-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 45.41%
GREEN value IS 43 (17.19% from 255) = 21.94%
BLUE value IS 64 (25.39% from 255) = 32.65%
R=45.41%
G=21.94%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89436400.520.280.65332.6134.8525.88
Hex592B400341C4114d231a
Octal13153100064341015154332
Binary10110011010111000000011010011100100000110100110110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,43,64); }

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

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

 a { background-color: rgb(89,43,64); }

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

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

 span { border-color: rgb(89,43,64); }

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