#481665

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

Shades of Scarlet Gum #481665

Tints of Scarlet Gum #481665

Color information

#481665 (or 0x481665) is unknown color: approx Scarlet Gum. HEX triplet: 48, 16 and 65. RGB value is (72,22,101). Sum of RGB (Red+Green+Blue) = 72+22+101=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 22 (8.98% from 255 or 11.28% from 195); Blue value is 101 (39.84% from 255 or 51.79% from 195); Max value from RGB is 101 - color contains mainly: blue. Hex color #481665 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481665 is #B7E99A. Grayscale: #2D2D2D. Windows color (decimal): -12052891 or 6624840. OLE color: 6624840.

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

Color convert

RGB7222101-
CMYK0.290.7800.60
HSL277.97º64.23%24.12%-
HSV(B)277.97º78.22%39.61%-
XYZ5.312.8912.59-
YUV45.96159.06146.58-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.92%
GREEN value IS 22 (8.98% from 255) = 11.28%
BLUE value IS 101 (39.84% from 255) = 51.79%
R=36.92%
G=11.28%
B=51.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72221010.290.7800.60277.9764.2324.12
Hex4816651D4E03C1164018
Octal110261453511607442610030
Binary10010001011011001011110110011100111100100010110100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481665; }

 p { color: rgb(72,22,101); }

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

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

 a { background-color: rgb(72,22,101); }

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

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

 span { border-color: rgb(72,22,101); }

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