#572035

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

Shades of Black Rose #572035

Tints of Black Rose #572035

Color information

#572035 (or 0x572035) is unknown color: approx Black Rose. HEX triplet: 57, 20 and 35. RGB value is (87,32,53). Sum of RGB (Red+Green+Blue) = 87+32+53=172 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.58% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 53 (21.09% from 255 or 30.81% from 172); Max value from RGB is 87 - color contains mainly: red. Hex color #572035 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572035 is #A8DFCA. Grayscale: #323232. Windows color (decimal): -11067339 or 3481687. OLE color: 3481687.

HSL color Cylindrical-coordinate representation of color #572035: hue angle of 337.09º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #572035 is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.66.

Color convert

RGB873253-
CMYK00.630.390.66
HSL337.09º46.22%23.33%-
HSV(B)337.09º63.22%34.12%-
XYZ5.093.323.74-
YUV50.84129.22153.79-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50.58%
GREEN value IS 32 (12.89% from 255) = 18.60%
BLUE value IS 53 (21.09% from 255) = 30.81%
R=50.58%
G=18.60%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.39
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87325300.630.390.66337.0946.2223.33
Hex57203503F27421512e17
Octal1274065077471025215627
Binary10101111000001101010111111100111100001010101000110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572035; }

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

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

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

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

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

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

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

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