#572539

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

Shades of Black Rose #572539

Tints of Black Rose #572539

Color information

#572539 (or 0x572539) is unknown color: approx Black Rose. HEX triplet: 57, 25 and 39. RGB value is (87,37,57). Sum of RGB (Red+Green+Blue) = 87+37+57=181 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.07% from 181); Green value is 37 (14.84% from 255 or 20.44% from 181); Blue value is 57 (22.66% from 255 or 31.49% from 181); Max value from RGB is 87 - color contains mainly: red. Hex color #572539 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572539 is #A8DAC6. Grayscale: #363636. Windows color (decimal): -11066055 or 3745111. OLE color: 3745111.

HSL color Cylindrical-coordinate representation of color #572539: hue angle of 336º 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 #572539 is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.66.

Color convert

RGB873757-
CMYK00.570.340.66
HSL336º40.32%24.31%-
HSV(B)336º57.47%34.12%-
XYZ5.333.644.29-
YUV54.23129.56151.37-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.07%
GREEN value IS 37 (14.84% from 255) = 20.44%
BLUE value IS 57 (22.66% from 255) = 31.49%
R=48.07%
G=20.44%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.34
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87375700.570.340.6633640.3224.31
Hex57253903922421502818
Octal1274571071421025205030
Binary10101111001011110010111001100010100001010101000010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572539; }

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

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

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

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

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

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

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

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