#58222E

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

Shades of Black Rose #58222E

Tints of Black Rose #58222E

Color information

#58222E (or 0x58222E) is unknown color: approx Black Rose. HEX triplet: 58, 22 and 2E. RGB value is (88,34,46). Sum of RGB (Red+Green+Blue) = 88+34+46=168 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.38% from 168); Green value is 34 (13.67% from 255 or 20.24% from 168); Blue value is 46 (18.36% from 255 or 27.38% from 168); Max value from RGB is 88 - color contains mainly: red. Hex color #58222E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58222E is #A7DDD1. Grayscale: #333333. Windows color (decimal): -11001298 or 3023448. OLE color: 3023448.

HSL color Cylindrical-coordinate representation of color #58222E: hue angle of 346.67º 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 #58222E is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB883446-
CMYK00.610.480.65
HSL346.67º44.26%23.92%-
HSV(B)346.67º61.36%34.51%-
XYZ5.093.422.98-
YUV51.51124.89154.02-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 52.38%
GREEN value IS 34 (13.67% from 255) = 20.24%
BLUE value IS 46 (18.36% from 255) = 27.38%
R=52.38%
G=20.24%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88344600.610.480.65346.6744.2623.92
Hex58222E03D304115b2c18
Octal1304256075601015335430
Binary10110001000101011100111101110000100000110101101110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58222E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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