#572865

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

Shades of Scarlet Gum #572865

Tints of Scarlet Gum #572865

Color information

#572865 (or 0x572865) is unknown color: approx Scarlet Gum. HEX triplet: 57, 28 and 65. RGB value is (87,40,101). Sum of RGB (Red+Green+Blue) = 87+40+101=228 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.16% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 101 (39.84% from 255 or 44.30% from 228); Max value from RGB is 101 - color contains mainly: blue. Hex color #572865 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572865 is #A8D79A. Grayscale: #3C3C3C. Windows color (decimal): -11065243 or 6629463. OLE color: 6629463.

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

Color convert

RGB8740101-
CMYK0.140.6000.60
HSL286.23º43.26%27.65%-
HSV(B)286.23º60.4%39.61%-
XYZ7.044.4812.81-
YUV61.01150.57146.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.16%
GREEN value IS 40 (16.02% from 255) = 17.54%
BLUE value IS 101 (39.84% from 255) = 44.30%
R=38.16%
G=17.54%
B=44.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal87401010.140.6000.60286.2343.2627.65
Hex572865E3C03C11e2b1c
Octal1275014516740744365334
Binary101011110100011001011110111100011110010001111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572865; }

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

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

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

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

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

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

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

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