#581A2C

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

Shades of Black Rose #581A2C

Tints of Black Rose #581A2C

Color information

#581A2C (or 0x581A2C) is unknown color: approx Black Rose. HEX triplet: 58, 1A and 2C. RGB value is (88,26,44). Sum of RGB (Red+Green+Blue) = 88+26+44=158 (20% of max value = 765). Red value is 88 (34.77% from 255 or 55.70% from 158); Green value is 26 (10.55% from 255 or 16.46% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 88 - color contains mainly: red. Hex color #581A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581A2C is #A7E5D3. Grayscale: #2E2E2E. Windows color (decimal): -11003348 or 2890328. OLE color: 2890328.

HSL color Cylindrical-coordinate representation of color #581A2C: hue angle of 342.58º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #581A2C is Cyan = 0, Magento = 0.70, Yellow = 0.5 and Black (K on CMYK) = 0.65.

Color convert

RGB882644-
CMYK00.700.50.65
HSL342.58º54.39%22.35%-
HSV(B)342.58º70.45%34.51%-
XYZ4.8532.71-
YUV46.59126.54157.54-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 55.70%
GREEN value IS 26 (10.55% from 255) = 16.46%
BLUE value IS 44 (17.58% from 255) = 27.85%
R=55.70%
G=16.46%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.5
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88264400.700.50.65342.5854.3922.35
Hex581A2C04632411573616
Octal13032540106621015276626
Binary10110001101010110001000110110010100000110101011111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,26,44); }

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

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

 a { background-color: rgb(88,26,44); }

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

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

 span { border-color: rgb(88,26,44); }

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