#581B32

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

Shades of Black Rose #581B32

Tints of Black Rose #581B32

Color information

#581B32 (or 0x581B32) is unknown color: approx Black Rose. HEX triplet: 58, 1B and 32. RGB value is (88,27,50). Sum of RGB (Red+Green+Blue) = 88+27+50=165 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.33% from 165); Green value is 27 (10.94% from 255 or 16.36% from 165); Blue value is 50 (19.92% from 255 or 30.30% from 165); Max value from RGB is 88 - color contains mainly: red. Hex color #581B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581B32 is #A7E4CD. Grayscale: #2F2F2F. Windows color (decimal): -11003086 or 3283800. OLE color: 3283800.

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

Color convert

RGB882750-
CMYK00.690.430.65
HSL337.38º53.04%22.55%-
HSV(B)337.38º69.32%34.51%-
XYZ4.993.093.35-
YUV47.86129.21156.63-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 53.33%
GREEN value IS 27 (10.94% from 255) = 16.36%
BLUE value IS 50 (19.92% from 255) = 30.30%
R=53.33%
G=16.36%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.43
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88275000.690.430.65337.3853.0422.55
Hex581B320452B411513517
Octal13033620105531015216527
Binary10110001101111001001000101101011100000110101000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,27,50); }

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

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

 a { background-color: rgb(88,27,50); }

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

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

 span { border-color: rgb(88,27,50); }

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