#58262F

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

Shades of Black Rose #58262F

Tints of Black Rose #58262F

Color information

#58262F (or 0x58262F) is unknown color: approx Black Rose. HEX triplet: 58, 26 and 2F. RGB value is (88,38,47). Sum of RGB (Red+Green+Blue) = 88+38+47=173 (22% of max value = 765). Red value is 88 (34.77% from 255 or 50.87% from 173); Green value is 38 (15.23% from 255 or 21.97% from 173); Blue value is 47 (18.75% from 255 or 27.17% from 173); Max value from RGB is 88 - color contains mainly: red. Hex color #58262F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58262F is #A7D9D0. Grayscale: #353535. Windows color (decimal): -11000273 or 3090008. OLE color: 3090008.

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

Color convert

RGB883847-
CMYK00.570.470.65
HSL349.2º39.68%24.71%-
HSV(B)349.2º56.82%34.51%-
XYZ5.233.673.12-
YUV53.98124.06152.27-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50.87%
GREEN value IS 38 (15.23% from 255) = 21.97%
BLUE value IS 47 (18.75% from 255) = 27.17%
R=50.87%
G=21.97%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.47
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88384700.570.470.65349.239.6824.71
Hex58262F0392F4115d2819
Octal1304657071571015355031
Binary10110001001101011110111001101111100000110101110110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58262F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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