#572C65

Color #572C65 Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #572C65

Tints of Scarlet Gum #572C65

Color information

#572C65 (or 0x572C65) is unknown color: approx Scarlet Gum. HEX triplet: 57, 2C and 65. RGB value is (87,44,101). Sum of RGB (Red+Green+Blue) = 87+44+101=232 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.5% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 101 (39.84% from 255 or 43.53% from 232); Max value from RGB is 101 - color contains mainly: blue. Hex color #572C65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572C65 is #A8D39A. Grayscale: #3F3F3F. Windows color (decimal): -11064219 or 6630487. OLE color: 6630487.

HSL color Cylindrical-coordinate representation of color #572C65: hue angle of 285.26º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #572C65 is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8744101-
CMYK0.140.5600.60
HSL285.26º39.31%28.43%-
HSV(B)285.26º56.44%39.61%-
XYZ7.184.7712.85-
YUV63.36149.25144.87-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.5%
GREEN value IS 44 (17.58% from 255) = 18.97%
BLUE value IS 101 (39.84% from 255) = 43.53%
R=37.5%
G=18.97%
B=43.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal87441010.140.5600.60285.2639.3128.43
Hex572C65E3803C11d271c
Octal1275414516700744354734
Binary101011110110011001011110111000011110010001110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,44,101); }

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

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

 a { background-color: rgb(87,44,101); }

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

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

 span { border-color: rgb(87,44,101); }

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