#58223A

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

Shades of Black Rose #58223A

Tints of Black Rose #58223A

Color information

#58223A (or 0x58223A) is unknown color: approx Black Rose. HEX triplet: 58, 22 and 3A. RGB value is (88,34,58). Sum of RGB (Red+Green+Blue) = 88+34+58=180 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.89% from 180); Green value is 34 (13.67% from 255 or 18.89% from 180); Blue value is 58 (23.05% from 255 or 32.22% from 180); Max value from RGB is 88 - color contains mainly: red. Hex color #58223A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58223A is #A7DDC5. Grayscale: #343434. Windows color (decimal): -11001286 or 3809880. OLE color: 3809880.

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

Color convert

RGB883458-
CMYK00.610.340.65
HSL333.33º44.26%23.92%-
HSV(B)333.33º61.36%34.51%-
XYZ5.363.524.4-
YUV52.88130.89153.05-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.89%
GREEN value IS 34 (13.67% from 255) = 18.89%
BLUE value IS 58 (23.05% from 255) = 32.22%
R=48.89%
G=18.89%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88345800.610.340.65333.3344.2623.92
Hex58223A03D224114d2c18
Octal1304272075421015155430
Binary10110001000101110100111101100010100000110100110110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58223A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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