#481667

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

Shades of Scarlet Gum #481667

Tints of Scarlet Gum #481667

Color information

#481667 (or 0x481667) is unknown color: approx Scarlet Gum. HEX triplet: 48, 16 and 67. RGB value is (72,22,103). Sum of RGB (Red+Green+Blue) = 72+22+103=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 22 (8.98% from 255 or 11.17% from 197); Blue value is 103 (40.62% from 255 or 52.28% from 197); Max value from RGB is 103 - color contains mainly: blue. Hex color #481667 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481667 is #B7E998. Grayscale: #2D2D2D. Windows color (decimal): -12052889 or 6755912. OLE color: 6755912.

HSL color Cylindrical-coordinate representation of color #481667: hue angle of 277.04º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #481667 is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7222103-
CMYK0.300.7900.60
HSL277.04º64.8%24.51%-
HSV(B)277.04º78.64%40.39%-
XYZ5.412.9313.11-
YUV46.18160.06146.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.55%
GREEN value IS 22 (8.98% from 255) = 11.17%
BLUE value IS 103 (40.62% from 255) = 52.28%
R=36.55%
G=11.17%
B=52.28%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72221030.300.7900.60277.0464.824.51
Hex4816671E4F03C1154119
Octal110261473611707442510131
Binary10010001011011001111111010011110111100100010101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481667; }

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

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

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

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

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

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

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

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