#581B37

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

Shades of Black Rose #581B37

Tints of Black Rose #581B37

Color information

#581B37 (or 0x581B37) is unknown color: approx Black Rose. HEX triplet: 58, 1B and 37. RGB value is (88,27,55). Sum of RGB (Red+Green+Blue) = 88+27+55=170 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.76% from 170); Green value is 27 (10.94% from 255 or 15.88% from 170); Blue value is 55 (21.88% from 255 or 32.35% from 170); Max value from RGB is 88 - color contains mainly: red. Hex color #581B37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581B37 is #A7E4C8. Grayscale: #303030. Windows color (decimal): -11003081 or 3611480. OLE color: 3611480.

HSL color Cylindrical-coordinate representation of color #581B37: hue angle of 332.46º 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 #581B37 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.65.

Color convert

RGB882755-
CMYK00.690.380.65
HSL332.46º53.04%22.55%-
HSV(B)332.46º69.32%34.51%-
XYZ5.113.133.95-
YUV48.43131.71156.22-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 51.76%
GREEN value IS 27 (10.94% from 255) = 15.88%
BLUE value IS 55 (21.88% from 255) = 32.35%
R=51.76%
G=15.88%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.38
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88275500.690.380.65332.4653.0422.55
Hex581B37045264114c3517
Octal13033670105461015146527
Binary10110001101111011101000101100110100000110100110011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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