#572134

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

Shades of Black Rose #572134

Tints of Black Rose #572134

Color information

#572134 (or 0x572134) is unknown color: approx Black Rose. HEX triplet: 57, 21 and 34. RGB value is (87,33,52). Sum of RGB (Red+Green+Blue) = 87+33+52=172 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.58% from 172); Green value is 33 (13.28% from 255 or 19.19% from 172); Blue value is 52 (20.70% from 255 or 30.23% from 172); Max value from RGB is 87 - color contains mainly: red. Hex color #572134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572134 is #A8DECB. Grayscale: #333333. Windows color (decimal): -11067084 or 3416407. OLE color: 3416407.

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

Color convert

RGB873352-
CMYK00.620.400.66
HSL338.89º45%23.53%-
HSV(B)338.89º62.07%34.12%-
XYZ5.093.363.63-
YUV51.31128.39153.46-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50.58%
GREEN value IS 33 (13.28% from 255) = 19.19%
BLUE value IS 52 (20.70% from 255) = 30.23%
R=50.58%
G=19.19%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.40
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87335200.620.400.66338.894523.53
Hex57213403E28421532d18
Octal1274164076501025235530
Binary10101111000011101000111110101000100001010101001110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572134; }

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

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

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

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

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

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

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

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