#58182E

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

Shades of Black Rose #58182E

Tints of Black Rose #58182E

Color information

#58182E (or 0x58182E) is unknown color: approx Black Rose. HEX triplet: 58, 18 and 2E. RGB value is (88,24,46). Sum of RGB (Red+Green+Blue) = 88+24+46=158 (20% of max value = 765). Red value is 88 (34.77% from 255 or 55.70% from 158); Green value is 24 (9.77% from 255 or 15.19% from 158); Blue value is 46 (18.36% from 255 or 29.11% from 158); Max value from RGB is 88 - color contains mainly: red. Hex color #58182E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58182E is #A7E7D1. Grayscale: #2D2D2D. Windows color (decimal): -11003858 or 3020888. OLE color: 3020888.

HSL color Cylindrical-coordinate representation of color #58182E: hue angle of 339.38º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #58182E is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB882446-
CMYK00.730.480.65
HSL339.38º57.14%21.96%-
HSV(B)339.38º72.73%34.51%-
XYZ4.842.932.89-
YUV45.64128.2158.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 55.70%
GREEN value IS 24 (9.77% from 255) = 15.19%
BLUE value IS 46 (18.36% from 255) = 29.11%
R=55.70%
G=15.19%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88244600.730.480.65339.3857.1421.96
Hex58182E04930411533916
Octal13030560111601015237126
Binary10110001100010111001001001110000100000110101001111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58182E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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