#582035

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

Shades of Black Rose #582035

Tints of Black Rose #582035

Color information

#582035 (or 0x582035) is unknown color: approx Black Rose. HEX triplet: 58, 20 and 35. RGB value is (88,32,53). Sum of RGB (Red+Green+Blue) = 88+32+53=173 (22% of max value = 765). Red value is 88 (34.77% from 255 or 50.87% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 53 (21.09% from 255 or 30.64% from 173); Max value from RGB is 88 - color contains mainly: red. Hex color #582035 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582035 is #A7DFCA. Grayscale: #333333. Windows color (decimal): -11001803 or 3481688. OLE color: 3481688.

HSL color Cylindrical-coordinate representation of color #582035: hue angle of 337.5º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #582035 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB883253-
CMYK00.640.400.65
HSL337.5º46.67%23.53%-
HSV(B)337.5º63.64%34.51%-
XYZ5.183.363.74-
YUV51.14129.05154.29-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50.87%
GREEN value IS 32 (12.89% from 255) = 18.50%
BLUE value IS 53 (21.09% from 255) = 30.64%
R=50.87%
G=18.50%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88325300.640.400.65337.546.6723.53
Hex58203504028411522f18
Octal13040650100501015225730
Binary101100010000011010101000000101000100000110101001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582035; }

 p { color: rgb(88,32,53); }

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

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

 a { background-color: rgb(88,32,53); }

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

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

 span { border-color: rgb(88,32,53); }

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