#572D3D

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

Shades of Black Rose #572D3D

Tints of Black Rose #572D3D

Color information

#572D3D (or 0x572D3D) is unknown color: approx Black Rose. HEX triplet: 57, 2D and 3D. RGB value is (87,45,61). Sum of RGB (Red+Green+Blue) = 87+45+61=193 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.08% from 193); Green value is 45 (17.97% from 255 or 23.32% from 193); Blue value is 61 (24.22% from 255 or 31.61% from 193); Max value from RGB is 87 - color contains mainly: red. Hex color #572D3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572D3D is #A8D2C2. Grayscale: #3B3B3B. Windows color (decimal): -11064003 or 4009303. OLE color: 4009303.

HSL color Cylindrical-coordinate representation of color #572D3D: hue angle of 337.14º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #572D3D is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.66.

Color convert

RGB874561-
CMYK00.480.300.66
HSL337.14º31.82%25.88%-
HSV(B)337.14º48.28%34.12%-
XYZ5.714.244.93-
YUV59.38128.91147.7-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 45.08%
GREEN value IS 45 (17.97% from 255) = 23.32%
BLUE value IS 61 (24.22% from 255) = 31.61%
R=45.08%
G=23.32%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.30
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87456100.480.300.66337.1431.8225.88
Hex572D3D0301E42151201a
Octal1275575060361025214032
Binary1010111101101111101011000011110100001010101000110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572D3D; }

 p { color: rgb(87,45,61); }

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

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

 a { background-color: rgb(87,45,61); }

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

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

 span { border-color: rgb(87,45,61); }

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