#572465

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

Shades of Scarlet Gum #572465

Tints of Scarlet Gum #572465

Color information

#572465 (or 0x572465) is unknown color: approx Scarlet Gum. HEX triplet: 57, 24 and 65. RGB value is (87,36,101). Sum of RGB (Red+Green+Blue) = 87+36+101=224 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.84% from 224); Green value is 36 (14.45% from 255 or 16.07% from 224); Blue value is 101 (39.84% from 255 or 45.09% from 224); Max value from RGB is 101 - color contains mainly: blue. Hex color #572465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572465 is #A8DB9A. Grayscale: #3A3A3A. Windows color (decimal): -11066267 or 6628439. OLE color: 6628439.

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

Color convert

RGB8736101-
CMYK0.140.6400.60
HSL287.08º47.45%26.86%-
HSV(B)287.08º64.36%39.61%-
XYZ6.914.2312.76-
YUV58.66151.9148.21-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.84%
GREEN value IS 36 (14.45% from 255) = 16.07%
BLUE value IS 101 (39.84% from 255) = 45.09%
R=38.84%
G=16.07%
B=45.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal87361010.140.6400.60287.0847.4526.86
Hex572465E4003C11f2f1b
Octal12744145161000744375733
Binary1010111100100110010111101000000011110010001111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572465; }

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

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

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

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

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

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

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

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