#57216B

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

Shades of Scarlet Gum #57216B

Tints of Scarlet Gum #57216B

Color information

#57216B (or 0x57216B) is unknown color: approx Scarlet Gum. HEX triplet: 57, 21 and 6B. RGB value is (87,33,107). Sum of RGB (Red+Green+Blue) = 87+33+107=227 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.33% from 227); Green value is 33 (13.28% from 255 or 14.54% from 227); Blue value is 107 (42.19% from 255 or 47.14% from 227); Max value from RGB is 107 - color contains mainly: blue. Hex color #57216B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57216B is #A8DE94. Grayscale: #393939. Windows color (decimal): -11067029 or 7020887. OLE color: 7020887.

HSL color Cylindrical-coordinate representation of color #57216B: hue angle of 283.78º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #57216B is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8733107-
CMYK0.190.6900.58
HSL283.78º52.86%27.45%-
HSV(B)283.78º69.16%41.96%-
XYZ7.134.1814.34-
YUV57.58155.89148.98-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.33%
GREEN value IS 33 (13.28% from 255) = 14.54%
BLUE value IS 107 (42.19% from 255) = 47.14%
R=38.33%
G=14.54%
B=47.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal87331070.190.6900.58283.7852.8627.45
Hex57216B134503A11c351b
Octal12741153231050724346533
Binary10101111000011101011100111000101011101010001110011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57216B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57216B; }

 p { color: rgb(87,33,107); }

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

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

 a { background-color: rgb(87,33,107); }

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

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

 span { border-color: rgb(87,33,107); }

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