#58283C

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

Shades of Black Rose #58283C

Tints of Black Rose #58283C

Color information

#58283C (or 0x58283C) is unknown color: approx Black Rose. HEX triplet: 58, 28 and 3C. RGB value is (88,40,60). Sum of RGB (Red+Green+Blue) = 88+40+60=188 (24% of max value = 765). Red value is 88 (34.77% from 255 or 46.81% from 188); Green value is 40 (16.02% from 255 or 21.28% from 188); Blue value is 60 (23.83% from 255 or 31.91% from 188); Max value from RGB is 88 - color contains mainly: red. Hex color #58283C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58283C is #A7D7C3. Grayscale: #383838. Windows color (decimal): -10999748 or 3942488. OLE color: 3942488.

HSL color Cylindrical-coordinate representation of color #58283C: hue angle of 335º 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 #58283C is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.65.

Color convert

RGB884060-
CMYK00.550.320.65
HSL335º37.5%25.1%-
HSV(B)335º54.55%34.51%-
XYZ5.63.924.74-
YUV56.63129.9150.37-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.81%
GREEN value IS 40 (16.02% from 255) = 21.28%
BLUE value IS 60 (23.83% from 255) = 31.91%
R=46.81%
G=21.28%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.32
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88406000.550.320.6533537.525.1
Hex58283C037204114f2619
Octal1305074067401015174631
Binary10110001010001111000110111100000100000110100111110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58283C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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