#58142E

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

Shades of Black Rose #58142E

Tints of Black Rose #58142E

Color information

#58142E (or 0x58142E) is unknown color: approx Black Rose. HEX triplet: 58, 14 and 2E. RGB value is (88,20,46). Sum of RGB (Red+Green+Blue) = 88+20+46=154 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.14% from 154); Green value is 20 (8.20% from 255 or 12.99% from 154); Blue value is 46 (18.36% from 255 or 29.87% from 154); Max value from RGB is 88 - color contains mainly: red. Hex color #58142E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58142E is #A7EBD1. Grayscale: #2B2B2B. Windows color (decimal): -11004882 or 3019864. OLE color: 3019864.

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

Color convert

RGB882046-
CMYK00.770.480.65
HSL337.06º62.96%21.18%-
HSV(B)337.06º77.27%34.51%-
XYZ4.772.772.87-
YUV43.3129.53159.89-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 57.14%
GREEN value IS 20 (8.20% from 255) = 12.99%
BLUE value IS 46 (18.36% from 255) = 29.87%
R=57.14%
G=12.99%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88204600.770.480.65337.0662.9621.18
Hex58142E04D30411513f15
Octal13024560115601015217725
Binary10110001010010111001001101110000100000110101000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58142E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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