#58192E

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

Shades of Black Rose #58192E

Tints of Black Rose #58192E

Color information

#58192E (or 0x58192E) is unknown color: approx Black Rose. HEX triplet: 58, 19 and 2E. RGB value is (88,25,46). Sum of RGB (Red+Green+Blue) = 88+25+46=159 (21% of max value = 765). Red value is 88 (34.77% from 255 or 55.35% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 46 (18.36% from 255 or 28.93% from 159); Max value from RGB is 88 - color contains mainly: red. Hex color #58192E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58192E is #A7E6D1. Grayscale: #2E2E2E. Windows color (decimal): -11003602 or 3021144. OLE color: 3021144.

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

Color convert

RGB882546-
CMYK00.720.480.65
HSL340º55.75%22.16%-
HSV(B)340º71.59%34.51%-
XYZ4.872.972.9-
YUV46.23127.87157.79-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 55.35%
GREEN value IS 25 (10.16% from 255) = 15.72%
BLUE value IS 46 (18.36% from 255) = 28.93%
R=55.35%
G=15.72%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88254600.720.480.6534055.7522.16
Hex58192E04830411543816
Octal13031560110601015247026
Binary10110001100110111001001000110000100000110101010011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58192E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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