#572535

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

Shades of Black Rose #572535

Tints of Black Rose #572535

Color information

#572535 (or 0x572535) is unknown color: approx Black Rose. HEX triplet: 57, 25 and 35. RGB value is (87,37,53). Sum of RGB (Red+Green+Blue) = 87+37+53=177 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.15% from 177); Green value is 37 (14.84% from 255 or 20.90% from 177); Blue value is 53 (21.09% from 255 or 29.94% from 177); Max value from RGB is 87 - color contains mainly: red. Hex color #572535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572535 is #A8DACA. Grayscale: #353535. Windows color (decimal): -11066059 or 3482967. OLE color: 3482967.

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

Color convert

RGB873753-
CMYK00.570.390.66
HSL340.8º40.32%24.31%-
HSV(B)340.8º57.47%34.12%-
XYZ5.233.613.79-
YUV53.77127.56151.7-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 49.15%
GREEN value IS 37 (14.84% from 255) = 20.90%
BLUE value IS 53 (21.09% from 255) = 29.94%
R=49.15%
G=20.90%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.39
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87375300.570.390.66340.840.3224.31
Hex57253503927421552818
Octal1274565071471025255030
Binary10101111001011101010111001100111100001010101010110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572535; }

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

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

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

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

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

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

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

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