#581935

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

Shades of Black Rose #581935

Tints of Black Rose #581935

Color information

#581935 (or 0x581935) is unknown color: approx Black Rose. HEX triplet: 58, 19 and 35. RGB value is (88,25,53). Sum of RGB (Red+Green+Blue) = 88+25+53=166 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.01% from 166); Green value is 25 (10.16% from 255 or 15.06% from 166); Blue value is 53 (21.09% from 255 or 31.93% from 166); Max value from RGB is 88 - color contains mainly: red. Hex color #581935 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581935 is #A7E6CA. Grayscale: #2E2E2E. Windows color (decimal): -11003595 or 3479896. OLE color: 3479896.

HSL color Cylindrical-coordinate representation of color #581935: hue angle of 333.33º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #581935 is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB882553-
CMYK00.720.400.65
HSL333.33º55.75%22.16%-
HSV(B)333.33º71.59%34.51%-
XYZ5.013.033.69-
YUV47.03131.37157.22-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 53.01%
GREEN value IS 25 (10.16% from 255) = 15.06%
BLUE value IS 53 (21.09% from 255) = 31.93%
R=53.01%
G=15.06%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88255300.720.400.65333.3355.7522.16
Hex581935048284114d3816
Octal13031650110501015157026
Binary10110001100111010101001000101000100000110100110111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581935; }

 p { color: rgb(88,25,53); }

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

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

 a { background-color: rgb(88,25,53); }

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

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

 span { border-color: rgb(88,25,53); }

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