#581D33

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

Shades of Black Rose #581D33

Tints of Black Rose #581D33

Color information

#581D33 (or 0x581D33) is unknown color: approx Black Rose. HEX triplet: 58, 1D and 33. RGB value is (88,29,51). Sum of RGB (Red+Green+Blue) = 88+29+51=168 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.38% from 168); Green value is 29 (11.72% from 255 or 17.26% from 168); Blue value is 51 (20.31% from 255 or 30.36% from 168); Max value from RGB is 88 - color contains mainly: red. Hex color #581D33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581D33 is #A7E2CC. Grayscale: #313131. Windows color (decimal): -11002573 or 3349848. OLE color: 3349848.

HSL color Cylindrical-coordinate representation of color #581D33: hue angle of 337.63º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #581D33 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.65.

Color convert

RGB882951-
CMYK00.670.420.65
HSL337.63º50.43%22.94%-
HSV(B)337.63º67.05%34.51%-
XYZ5.063.193.48-
YUV49.15129.05155.71-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 52.38%
GREEN value IS 29 (11.72% from 255) = 17.26%
BLUE value IS 51 (20.31% from 255) = 30.36%
R=52.38%
G=17.26%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.42
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88295100.670.420.65337.6350.4322.94
Hex581D330432A411523217
Octal13035630103521015226227
Binary10110001110111001101000011101010100000110101001011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581D33; }

 p { color: rgb(88,29,51); }

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

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

 a { background-color: rgb(88,29,51); }

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

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

 span { border-color: rgb(88,29,51); }

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