#572D3A

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

Shades of Black Rose #572D3A

Tints of Black Rose #572D3A

Color information

#572D3A (or 0x572D3A) is unknown color: approx Black Rose. HEX triplet: 57, 2D and 3A. RGB value is (87,45,58). Sum of RGB (Red+Green+Blue) = 87+45+58=190 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.79% from 190); Green value is 45 (17.97% from 255 or 23.68% from 190); Blue value is 58 (23.05% from 255 or 30.53% from 190); Max value from RGB is 87 - color contains mainly: red. Hex color #572D3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572D3A is #A8D2C5. Grayscale: #3B3B3B. Windows color (decimal): -11064006 or 3812695. OLE color: 3812695.

HSL color Cylindrical-coordinate representation of color #572D3A: hue angle of 341.43º 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 #572D3A is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.66.

Color convert

RGB874558-
CMYK00.480.330.66
HSL341.43º31.82%25.88%-
HSV(B)341.43º48.28%34.12%-
XYZ5.634.214.52-
YUV59.04127.41147.94-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 45.79%
GREEN value IS 45 (17.97% from 255) = 23.68%
BLUE value IS 58 (23.05% from 255) = 30.53%
R=45.79%
G=23.68%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.33
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87455800.480.330.66341.4331.8225.88
Hex572D3A0302142155201a
Octal1275572060411025254032
Binary10101111011011110100110000100001100001010101010110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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