#572967

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

Shades of Scarlet Gum #572967

Tints of Scarlet Gum #572967

Color information

#572967 (or 0x572967) is unknown color: approx Scarlet Gum. HEX triplet: 57, 29 and 67. RGB value is (87,41,103). Sum of RGB (Red+Green+Blue) = 87+41+103=231 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.66% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 103 (40.62% from 255 or 44.59% from 231); Max value from RGB is 103 - color contains mainly: blue. Hex color #572967 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572967 is #A8D698. Grayscale: #3D3D3D. Windows color (decimal): -11064985 or 6760791. OLE color: 6760791.

HSL color Cylindrical-coordinate representation of color #572967: hue angle of 284.52º 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 #572967 is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8741103-
CMYK0.160.6000.60
HSL284.52º43.06%28.24%-
HSV(B)284.52º60.19%40.39%-
XYZ7.174.5913.34-
YUV61.82151.24145.96-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.66%
GREEN value IS 41 (16.41% from 255) = 17.75%
BLUE value IS 103 (40.62% from 255) = 44.59%
R=37.66%
G=17.75%
B=44.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal87411030.160.6000.60284.5243.0628.24
Hex572967103C03C11d2b1c
Octal1275114720740744355334
Binary1010111101001110011110000111100011110010001110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572967; }

 p { color: rgb(87,41,103); }

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

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

 a { background-color: rgb(87,41,103); }

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

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

 span { border-color: rgb(87,41,103); }

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