#58213A

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

Shades of Black Rose #58213A

Tints of Black Rose #58213A

Color information

#58213A (or 0x58213A) is unknown color: approx Black Rose. HEX triplet: 58, 21 and 3A. RGB value is (88,33,58). Sum of RGB (Red+Green+Blue) = 88+33+58=179 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.16% from 179); Green value is 33 (13.28% from 255 or 18.44% from 179); Blue value is 58 (23.05% from 255 or 32.40% from 179); Max value from RGB is 88 - color contains mainly: red. Hex color #58213A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58213A is #A7DEC5. Grayscale: #343434. Windows color (decimal): -11001542 or 3809624. OLE color: 3809624.

HSL color Cylindrical-coordinate representation of color #58213A: hue angle of 332.73º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58213A is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB883358-
CMYK00.620.340.65
HSL332.73º45.45%23.73%-
HSV(B)332.73º62.5%34.51%-
XYZ5.333.474.39-
YUV52.29131.22153.47-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 49.16%
GREEN value IS 33 (13.28% from 255) = 18.44%
BLUE value IS 58 (23.05% from 255) = 32.40%
R=49.16%
G=18.44%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88335800.620.340.65332.7345.4523.73
Hex58213A03E224114d2d18
Octal1304172076421015155530
Binary10110001000011110100111110100010100000110100110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58213A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58213A; }

 p { color: rgb(88,33,58); }

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

<style>
 a { background-color: #58213A; }

 a { background-color: rgb(88,33,58); }

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

<style>
 span { border-color: #58213A; }

 span { border-color: rgb(88,33,58); }

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