#481765

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

Shades of Scarlet Gum #481765

Tints of Scarlet Gum #481765

Color information

#481765 (or 0x481765) is unknown color: approx Scarlet Gum. HEX triplet: 48, 17 and 65. RGB value is (72,23,101). Sum of RGB (Red+Green+Blue) = 72+23+101=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 23 (9.38% from 255 or 11.73% from 196); Blue value is 101 (39.84% from 255 or 51.53% from 196); Max value from RGB is 101 - color contains mainly: blue. Hex color #481765 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481765 is #B7E89A. Grayscale: #2E2E2E. Windows color (decimal): -12052635 or 6625096. OLE color: 6625096.

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

Color convert

RGB7223101-
CMYK0.290.7700.60
HSL277.69º62.9%24.31%-
HSV(B)277.69º77.23%39.61%-
XYZ5.332.9312.6-
YUV46.54158.73146.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.73%
GREEN value IS 23 (9.38% from 255) = 11.73%
BLUE value IS 101 (39.84% from 255) = 51.53%
R=36.73%
G=11.73%
B=51.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72231010.290.7700.60277.6962.924.31
Hex4817651D4D03C1163f18
Octal11027145351150744267730
Binary1001000101111100101111011001101011110010001011011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481765; }

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

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

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

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

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

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

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

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