#582530

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

Shades of Black Rose #582530

Tints of Black Rose #582530

Color information

#582530 (or 0x582530) is unknown color: approx Black Rose. HEX triplet: 58, 25 and 30. RGB value is (88,37,48). Sum of RGB (Red+Green+Blue) = 88+37+48=173 (22% of max value = 765). Red value is 88 (34.77% from 255 or 50.87% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 48 (19.14% from 255 or 27.75% from 173); Max value from RGB is 88 - color contains mainly: red. Hex color #582530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582530 is #A7DACF. Grayscale: #353535. Windows color (decimal): -11000528 or 3155288. OLE color: 3155288.

HSL color Cylindrical-coordinate representation of color #582530: hue angle of 347.06º 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 #582530 is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.65.

Color convert

RGB883748-
CMYK00.580.450.65
HSL347.06º40.8%24.51%-
HSV(B)347.06º57.95%34.51%-
XYZ5.223.613.22-
YUV53.5124.9152.61-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50.87%
GREEN value IS 37 (14.84% from 255) = 21.39%
BLUE value IS 48 (19.14% from 255) = 27.75%
R=50.87%
G=21.39%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.45
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88374800.580.450.65347.0640.824.51
Hex58253003A2D4115b2919
Octal1304560072551015335131
Binary10110001001011100000111010101101100000110101101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582530; }

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

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

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

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

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

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

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

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