#581D32

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

Shades of Black Rose #581D32

Tints of Black Rose #581D32

Color information

#581D32 (or 0x581D32) is unknown color: approx Black Rose. HEX triplet: 58, 1D and 32. RGB value is (88,29,50). Sum of RGB (Red+Green+Blue) = 88+29+50=167 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.69% from 167); Green value is 29 (11.72% from 255 or 17.37% from 167); Blue value is 50 (19.92% from 255 or 29.94% from 167); Max value from RGB is 88 - color contains mainly: red. Hex color #581D32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581D32 is #A7E2CD. Grayscale: #313131. Windows color (decimal): -11002574 or 3284312. OLE color: 3284312.

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

Color convert

RGB882950-
CMYK00.670.430.65
HSL338.64º50.43%22.94%-
HSV(B)338.64º67.05%34.51%-
XYZ5.043.183.37-
YUV49.04128.55155.79-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 52.69%
GREEN value IS 29 (11.72% from 255) = 17.37%
BLUE value IS 50 (19.92% from 255) = 29.94%
R=52.69%
G=17.37%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.43
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88295000.670.430.65338.6450.4322.94
Hex581D320432B411533217
Octal13035620103531015236227
Binary10110001110111001001000011101011100000110101001111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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