#572430

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

Shades of Black Rose #572430

Tints of Black Rose #572430

Color information

#572430 (or 0x572430) is unknown color: approx Black Rose. HEX triplet: 57, 24 and 30. RGB value is (87,36,48). Sum of RGB (Red+Green+Blue) = 87+36+48=171 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.88% from 171); Green value is 36 (14.45% from 255 or 21.05% from 171); Blue value is 48 (19.14% from 255 or 28.07% from 171); Max value from RGB is 87 - color contains mainly: red. Hex color #572430 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572430 is #A8DBCF. Grayscale: #343434. Windows color (decimal): -11066320 or 3155031. OLE color: 3155031.

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

Color convert

RGB873648-
CMYK00.590.450.66
HSL345.88º41.46%24.12%-
HSV(B)345.88º58.62%34.12%-
XYZ5.093.53.2-
YUV52.62125.4152.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50.88%
GREEN value IS 36 (14.45% from 255) = 21.05%
BLUE value IS 48 (19.14% from 255) = 28.07%
R=50.88%
G=21.05%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.45
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87364800.590.450.66345.8841.4624.12
Hex57243003B2D4215a2918
Octal1274460073551025325130
Binary10101111001001100000111011101101100001010101101010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572430; }

 p { color: rgb(87,36,48); }

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

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

 a { background-color: rgb(87,36,48); }

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

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

 span { border-color: rgb(87,36,48); }

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