#572130

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

Shades of Black Rose #572130

Tints of Black Rose #572130

Color information

#572130 (or 0x572130) is unknown color: approx Black Rose. HEX triplet: 57, 21 and 30. RGB value is (87,33,48). Sum of RGB (Red+Green+Blue) = 87+33+48=168 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.79% from 168); Green value is 33 (13.28% from 255 or 19.64% from 168); Blue value is 48 (19.14% from 255 or 28.57% from 168); Max value from RGB is 87 - color contains mainly: red. Hex color #572130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572130 is #A8DECF. Grayscale: #323232. Windows color (decimal): -11067088 or 3154263. OLE color: 3154263.

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

Color convert

RGB873348-
CMYK00.620.450.66
HSL343.33º45%23.53%-
HSV(B)343.33º62.07%34.12%-
XYZ5.013.333.17-
YUV50.86126.39153.78-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 51.79%
GREEN value IS 33 (13.28% from 255) = 19.64%
BLUE value IS 48 (19.14% from 255) = 28.57%
R=51.79%
G=19.64%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.45
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87334800.620.450.66343.334523.53
Hex57213003E2D421572d18
Octal1274160076551025275530
Binary10101111000011100000111110101101100001010101011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572130; }

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

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

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

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

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

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

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

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