#58222D

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

Shades of Black Rose #58222D

Tints of Black Rose #58222D

Color information

#58222D (or 0x58222D) is unknown color: approx Black Rose. HEX triplet: 58, 22 and 2D. RGB value is (88,34,45). Sum of RGB (Red+Green+Blue) = 88+34+45=167 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.69% from 167); Green value is 34 (13.67% from 255 or 20.36% from 167); Blue value is 45 (17.97% from 255 or 26.95% from 167); Max value from RGB is 88 - color contains mainly: red. Hex color #58222D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58222D is #A7DDD2. Grayscale: #333333. Windows color (decimal): -11001299 or 2957912. OLE color: 2957912.

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

Color convert

RGB883445-
CMYK00.610.490.65
HSL347.78º44.26%23.92%-
HSV(B)347.78º61.36%34.51%-
XYZ5.073.412.87-
YUV51.4124.39154.11-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 52.69%
GREEN value IS 34 (13.67% from 255) = 20.36%
BLUE value IS 45 (17.97% from 255) = 26.95%
R=52.69%
G=20.36%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.49
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88344500.610.490.65347.7844.2623.92
Hex58222D03D314115c2c18
Octal1304255075611015345430
Binary10110001000101011010111101110001100000110101110010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58222D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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