#58283E

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

Shades of Black Rose #58283E

Tints of Black Rose #58283E

Color information

#58283E (or 0x58283E) is unknown color: approx Black Rose. HEX triplet: 58, 28 and 3E. RGB value is (88,40,62). Sum of RGB (Red+Green+Blue) = 88+40+62=190 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.32% from 190); Green value is 40 (16.02% from 255 or 21.05% from 190); Blue value is 62 (24.61% from 255 or 32.63% from 190); Max value from RGB is 88 - color contains mainly: red. Hex color #58283E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58283E is #A7D7C1. Grayscale: #383838. Windows color (decimal): -10999746 or 4073560. OLE color: 4073560.

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

Color convert

RGB884062-
CMYK00.550.300.65
HSL332.5º37.5%25.1%-
HSV(B)332.5º54.55%34.51%-
XYZ5.653.945.02-
YUV56.86130.9150.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.32%
GREEN value IS 40 (16.02% from 255) = 21.05%
BLUE value IS 62 (24.61% from 255) = 32.63%
R=46.32%
G=21.05%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88406200.550.300.65332.537.525.1
Hex58283E0371E4114c2619
Octal1305076067361015144631
Binary1011000101000111110011011111110100000110100110010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58283E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,40,62); }

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

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

 a { background-color: rgb(88,40,62); }

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

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

 span { border-color: rgb(88,40,62); }

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