#581B34

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

Shades of Black Rose #581B34

Tints of Black Rose #581B34

Color information

#581B34 (or 0x581B34) is unknown color: approx Black Rose. HEX triplet: 58, 1B and 34. RGB value is (88,27,52). Sum of RGB (Red+Green+Blue) = 88+27+52=167 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.69% from 167); Green value is 27 (10.94% from 255 or 16.17% from 167); Blue value is 52 (20.70% from 255 or 31.14% from 167); Max value from RGB is 88 - color contains mainly: red. Hex color #581B34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581B34 is #A7E4CB. Grayscale: #303030. Windows color (decimal): -11003084 or 3414872. OLE color: 3414872.

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

Color convert

RGB882752-
CMYK00.690.410.65
HSL335.41º53.04%22.55%-
HSV(B)335.41º69.32%34.51%-
XYZ5.043.113.58-
YUV48.09130.21156.47-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 52.69%
GREEN value IS 27 (10.94% from 255) = 16.17%
BLUE value IS 52 (20.70% from 255) = 31.14%
R=52.69%
G=16.17%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.41
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88275200.690.410.65335.4153.0422.55
Hex581B34045294114f3517
Octal13033640105511015176527
Binary10110001101111010001000101101001100000110100111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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