#481255

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

Shades of Scarlet Gum #481255

Tints of Scarlet Gum #481255

Color information

#481255 (or 0x481255) is unknown color: approx Scarlet Gum. HEX triplet: 48, 12 and 55. RGB value is (72,18,85). Sum of RGB (Red+Green+Blue) = 72+18+85=175 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.14% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 85 (33.59% from 255 or 48.57% from 175); Max value from RGB is 85 - color contains mainly: blue. Hex color #481255 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481255 is #B7EDAA. Grayscale: #292929. Windows color (decimal): -12053931 or 5575240. OLE color: 5575240.

HSL color Cylindrical-coordinate representation of color #481255: hue angle of 288.36º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #481255 is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB721885-
CMYK0.150.7900.67
HSL288.36º65.05%20.2%-
HSV(B)288.36º78.82%33.33%-
XYZ4.532.478.83-
YUV41.78152.39149.55-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.14%
GREEN value IS 18 (7.42% from 255) = 10.29%
BLUE value IS 85 (33.59% from 255) = 48.57%
R=41.14%
G=10.29%
B=48.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7218850.150.7900.67288.3665.0520.2
Hex481255F4F0431204114
Octal1102212517117010344010124
Binary10010001001010101011111100111101000011100100000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481255; }

 p { color: rgb(72,18,85); }

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

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

 a { background-color: rgb(72,18,85); }

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

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

 span { border-color: rgb(72,18,85); }

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