#481567

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

Shades of Scarlet Gum #481567

Tints of Scarlet Gum #481567

Color information

#481567 (or 0x481567) is unknown color: approx Scarlet Gum. HEX triplet: 48, 15 and 67. RGB value is (72,21,103). Sum of RGB (Red+Green+Blue) = 72+21+103=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 103 (40.62% from 255 or 52.55% from 196); Max value from RGB is 103 - color contains mainly: blue. Hex color #481567 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481567 is #B7EA98. Grayscale: #2D2D2D. Windows color (decimal): -12053145 or 6755656. OLE color: 6755656.

HSL color Cylindrical-coordinate representation of color #481567: hue angle of 277.32º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #481567 is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7221103-
CMYK0.300.8000.60
HSL277.32º66.13%24.31%-
HSV(B)277.32º79.61%40.39%-
XYZ5.392.8913.11-
YUV45.6160.4146.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.73%
GREEN value IS 21 (8.59% from 255) = 10.71%
BLUE value IS 103 (40.62% from 255) = 52.55%
R=36.73%
G=10.71%
B=52.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72211030.300.8000.60277.3266.1324.31
Hex4815671E5003C1154218
Octal110251473612007442510230
Binary10010001010111001111111010100000111100100010101100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481567; }

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

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

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

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

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

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

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

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