#480C61

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

Shades of Scarlet Gum #480C61

Tints of Scarlet Gum #480C61

Color information

#480C61 (or 0x480C61) is unknown color: approx Scarlet Gum. HEX triplet: 48, 0C and 61. RGB value is (72,12,97). Sum of RGB (Red+Green+Blue) = 72+12+97=181 (23% of max value = 765). Red value is 72 (28.52% from 255 or 39.78% from 181); Green value is 12 (5.08% from 255 or 6.63% from 181); Blue value is 97 (38.28% from 255 or 53.59% from 181); Max value from RGB is 97 - color contains mainly: blue. Hex color #480C61 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480C61 is #B7F39E. Grayscale: #272727. Windows color (decimal): -12055455 or 6360136. OLE color: 6360136.

HSL color Cylindrical-coordinate representation of color #480C61: hue angle of 282.35º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #480C61 is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB721297-
CMYK0.260.8800.62
HSL282.35º77.98%21.37%-
HSV(B)282.35º87.63%38.04%-
XYZ4.962.511.53-
YUV39.63160.38151.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.78%
GREEN value IS 12 (5.08% from 255) = 6.63%
BLUE value IS 97 (38.28% from 255) = 53.59%
R=39.78%
G=6.63%
B=53.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7212970.260.8800.62282.3577.9821.37
Hex48C611A5803E11a4e15
Octal110141413213007643211625
Binary1001000110011000011101010110000111110100011010100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480C61; }

 p { color: rgb(72,12,97); }

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

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

 a { background-color: rgb(72,12,97); }

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

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

 span { border-color: rgb(72,12,97); }

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