#572C63

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

Shades of Scarlet Gum #572C63

Tints of Scarlet Gum #572C63

Color information

#572C63 (or 0x572C63) is unknown color: approx Scarlet Gum. HEX triplet: 57, 2C and 63. RGB value is (87,44,99). Sum of RGB (Red+Green+Blue) = 87+44+99=230 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.83% from 230); Green value is 44 (17.58% from 255 or 19.13% from 230); Blue value is 99 (39.06% from 255 or 43.04% from 230); Max value from RGB is 99 - color contains mainly: blue. Hex color #572C63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572C63 is #A8D39C. Grayscale: #3E3E3E. Windows color (decimal): -11064221 or 6499415. OLE color: 6499415.

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

Color convert

RGB874499-
CMYK0.120.5600.61
HSL286.91º38.46%28.04%-
HSV(B)286.91º55.56%38.82%-
XYZ7.084.7312.34-
YUV63.13148.25145.03-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.83%
GREEN value IS 44 (17.58% from 255) = 19.13%
BLUE value IS 99 (39.06% from 255) = 43.04%
R=37.83%
G=19.13%
B=43.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8744990.120.5600.61286.9138.4628.04
Hex572C63C3803D11f261c
Octal1275414314700754374634
Binary101011110110011000111100111000011110110001111110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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