#58222C

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

Shades of Black Rose #58222C

Tints of Black Rose #58222C

Color information

#58222C (or 0x58222C) is unknown color: approx Black Rose. HEX triplet: 58, 22 and 2C. RGB value is (88,34,44). Sum of RGB (Red+Green+Blue) = 88+34+44=166 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.01% from 166); Green value is 34 (13.67% from 255 or 20.48% from 166); Blue value is 44 (17.58% from 255 or 26.51% from 166); Max value from RGB is 88 - color contains mainly: red. Hex color #58222C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58222C is #A7DDD3. Grayscale: #333333. Windows color (decimal): -11001300 or 2892376. OLE color: 2892376.

HSL color Cylindrical-coordinate representation of color #58222C: hue angle of 348.89º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58222C is Cyan = 0, Magento = 0.61, Yellow = 0.5 and Black (K on CMYK) = 0.65.

Color convert

RGB883444-
CMYK00.610.50.65
HSL348.89º44.26%23.92%-
HSV(B)348.89º61.36%34.51%-
XYZ5.053.42.77-
YUV51.29123.89154.19-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 53.01%
GREEN value IS 34 (13.67% from 255) = 20.48%
BLUE value IS 44 (17.58% from 255) = 26.51%
R=53.01%
G=20.48%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.5
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88344400.610.50.65348.8944.2623.92
Hex58222C03D324115d2c18
Octal1304254075621015355430
Binary10110001000101011000111101110010100000110101110110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58222C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58222C; }

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

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

<style>
 a { background-color: #58222C; }

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

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

<style>
 span { border-color: #58222C; }

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

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