#572269

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

Shades of Scarlet Gum #572269

Tints of Scarlet Gum #572269

Color information

#572269 (or 0x572269) is unknown color: approx Scarlet Gum. HEX triplet: 57, 22 and 69. RGB value is (87,34,105). Sum of RGB (Red+Green+Blue) = 87+34+105=226 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.50% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 105 (41.41% from 255 or 46.46% from 226); Max value from RGB is 105 - color contains mainly: blue. Hex color #572269 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572269 is #A8DD96. Grayscale: #393939. Windows color (decimal): -11066775 or 6890071. OLE color: 6890071.

HSL color Cylindrical-coordinate representation of color #572269: hue angle of 284.79º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #572269 is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8734105-
CMYK0.170.6800.59
HSL284.79º51.08%27.25%-
HSV(B)284.79º67.62%41.18%-
XYZ7.054.1913.8-
YUV57.94154.56148.73-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.50%
GREEN value IS 34 (13.67% from 255) = 15.04%
BLUE value IS 105 (41.41% from 255) = 46.46%
R=38.50%
G=15.04%
B=46.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal87341050.170.6800.59284.7951.0827.25
Hex572269114403B11d331b
Octal12742151211040734356333
Binary10101111000101101001100011000100011101110001110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572269; }

 p { color: rgb(87,34,105); }

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

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

 a { background-color: rgb(87,34,105); }

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

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

 span { border-color: rgb(87,34,105); }

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