#58182F

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

Shades of Black Rose #58182F

Tints of Black Rose #58182F

Color information

#58182F (or 0x58182F) is unknown color: approx Black Rose. HEX triplet: 58, 18 and 2F. RGB value is (88,24,47). Sum of RGB (Red+Green+Blue) = 88+24+47=159 (21% of max value = 765). Red value is 88 (34.77% from 255 or 55.35% from 159); Green value is 24 (9.77% from 255 or 15.09% from 159); Blue value is 47 (18.75% from 255 or 29.56% from 159); Max value from RGB is 88 - color contains mainly: red. Hex color #58182F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58182F is #A7E7D0. Grayscale: #2D2D2D. Windows color (decimal): -11003857 or 3086424. OLE color: 3086424.

HSL color Cylindrical-coordinate representation of color #58182F: hue angle of 338.44º 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 #58182F is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB882447-
CMYK00.730.470.65
HSL338.44º57.14%21.96%-
HSV(B)338.44º72.73%34.51%-
XYZ4.862.933-
YUV45.76128.7158.13-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 55.35%
GREEN value IS 24 (9.77% from 255) = 15.09%
BLUE value IS 47 (18.75% from 255) = 29.56%
R=55.35%
G=15.09%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.47
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88244700.730.470.65338.4457.1421.96
Hex58182F0492F411523916
Octal13030570111571015227126
Binary10110001100010111101001001101111100000110101001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58182F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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