#591F30

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

Shades of Black Rose #591F30

Tints of Black Rose #591F30

Color information

#591F30 (or 0x591F30) is unknown color: approx Black Rose. HEX triplet: 59, 1F and 30. RGB value is (89,31,48). Sum of RGB (Red+Green+Blue) = 89+31+48=168 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.98% from 168); Green value is 31 (12.5% from 255 or 18.45% from 168); Blue value is 48 (19.14% from 255 or 28.57% from 168); Max value from RGB is 89 - color contains mainly: red. Hex color #591F30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591F30 is #A6E0CF. Grayscale: #323232. Windows color (decimal): -10936528 or 3153753. OLE color: 3153753.

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

Color convert

RGB893148-
CMYK00.650.460.65
HSL342.41º48.33%23.53%-
HSV(B)342.41º65.17%34.9%-
XYZ5.143.323.17-
YUV50.28126.72155.62-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 52.98%
GREEN value IS 31 (12.5% from 255) = 18.45%
BLUE value IS 48 (19.14% from 255) = 28.57%
R=52.98%
G=18.45%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.46
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89314800.650.460.65342.4148.3323.53
Hex591F300412E411563018
Octal13137600101561015266030
Binary10110011111111000001000001101110100000110101011011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591F30; }

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

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

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

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

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

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

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

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