#58262E

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

Shades of Black Rose #58262E

Tints of Black Rose #58262E

Color information

#58262E (or 0x58262E) is unknown color: approx Black Rose. HEX triplet: 58, 26 and 2E. RGB value is (88,38,46). Sum of RGB (Red+Green+Blue) = 88+38+46=172 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.16% from 172); Green value is 38 (15.23% from 255 or 22.09% from 172); Blue value is 46 (18.36% from 255 or 26.74% from 172); Max value from RGB is 88 - color contains mainly: red. Hex color #58262E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58262E is #A7D9D1. Grayscale: #353535. Windows color (decimal): -11000274 or 3024472. OLE color: 3024472.

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

Color convert

RGB883846-
CMYK00.570.480.65
HSL350.4º39.68%24.71%-
HSV(B)350.4º56.82%34.51%-
XYZ5.213.663.02-
YUV53.86123.56152.35-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 51.16%
GREEN value IS 38 (15.23% from 255) = 22.09%
BLUE value IS 46 (18.36% from 255) = 26.74%
R=51.16%
G=22.09%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88384600.570.480.65350.439.6824.71
Hex58262E039304115e2819
Octal1304656071601015365031
Binary10110001001101011100111001110000100000110101111010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58262E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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