#58253A

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

Shades of Black Rose #58253A

Tints of Black Rose #58253A

Color information

#58253A (or 0x58253A) is unknown color: approx Black Rose. HEX triplet: 58, 25 and 3A. RGB value is (88,37,58). Sum of RGB (Red+Green+Blue) = 88+37+58=183 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.09% from 183); Green value is 37 (14.84% from 255 or 20.22% from 183); Blue value is 58 (23.05% from 255 or 31.69% from 183); Max value from RGB is 88 - color contains mainly: red. Hex color #58253A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58253A is #A7DAC5. Grayscale: #363636. Windows color (decimal): -11000518 or 3810648. OLE color: 3810648.

HSL color Cylindrical-coordinate representation of color #58253A: hue angle of 335.29º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #58253A is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB883758-
CMYK00.580.340.65
HSL335.29º40.8%24.51%-
HSV(B)335.29º57.95%34.51%-
XYZ5.453.74.43-
YUV54.64129.9151.79-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.09%
GREEN value IS 37 (14.84% from 255) = 20.22%
BLUE value IS 58 (23.05% from 255) = 31.69%
R=48.09%
G=20.22%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88375800.580.340.65335.2940.824.51
Hex58253A03A224114f2919
Octal1304572072421015175131
Binary10110001001011110100111010100010100000110100111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58253A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58253A; }

 p { color: rgb(88,37,58); }

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

<style>
 a { background-color: #58253A; }

 a { background-color: rgb(88,37,58); }

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

<style>
 span { border-color: #58253A; }

 span { border-color: rgb(88,37,58); }

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