#58283B

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

Shades of Black Rose #58283B

Tints of Black Rose #58283B

Color information

#58283B (or 0x58283B) is unknown color: approx Black Rose. HEX triplet: 58, 28 and 3B. RGB value is (88,40,59). Sum of RGB (Red+Green+Blue) = 88+40+59=187 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.06% from 187); Green value is 40 (16.02% from 255 or 21.39% from 187); Blue value is 59 (23.44% from 255 or 31.55% from 187); Max value from RGB is 88 - color contains mainly: red. Hex color #58283B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58283B is #A7D7C4. Grayscale: #383838. Windows color (decimal): -10999749 or 3876952. OLE color: 3876952.

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

Color convert

RGB884059-
CMYK00.550.330.65
HSL336.25º37.5%25.1%-
HSV(B)336.25º54.55%34.51%-
XYZ5.573.914.6-
YUV56.52129.4150.46-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.06%
GREEN value IS 40 (16.02% from 255) = 21.39%
BLUE value IS 59 (23.44% from 255) = 31.55%
R=47.06%
G=21.39%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.33
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88405900.550.330.65336.2537.525.1
Hex58283B03721411502619
Octal1305073067411015204631
Binary10110001010001110110110111100001100000110101000010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58283B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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