#581A35

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

Shades of Black Rose #581A35

Tints of Black Rose #581A35

Color information

#581A35 (or 0x581A35) is unknown color: approx Black Rose. HEX triplet: 58, 1A and 35. RGB value is (88,26,53). Sum of RGB (Red+Green+Blue) = 88+26+53=167 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.69% from 167); Green value is 26 (10.55% from 255 or 15.57% from 167); Blue value is 53 (21.09% from 255 or 31.74% from 167); Max value from RGB is 88 - color contains mainly: red. Hex color #581A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581A35 is #A7E5CA. Grayscale: #2F2F2F. Windows color (decimal): -11003339 or 3480152. OLE color: 3480152.

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

Color convert

RGB882653-
CMYK00.700.400.65
HSL333.87º54.39%22.35%-
HSV(B)333.87º70.45%34.51%-
XYZ5.043.073.7-
YUV47.62131.04156.8-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 52.69%
GREEN value IS 26 (10.55% from 255) = 15.57%
BLUE value IS 53 (21.09% from 255) = 31.74%
R=52.69%
G=15.57%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88265300.700.400.65333.8754.3922.35
Hex581A35046284114e3616
Octal13032650106501015166626
Binary10110001101011010101000110101000100000110100111011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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