Html Css Color HEX #481166 Scarlet Gum

📋 copy color: '#481166'

red 72 ◦ green 17 ◦ blue 102

#481166
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet Gum #481166

Tints of Scarlet Gum #481166

RGB

 RED value IS 72 (28.52% from 255) = 37.7%

 GREEN value IS 17 (7.03% from 255) = 8.9%

 BLUE value IS 102 (40.23% from 255) = 53.4%

R = 37.7%
G = 8.9%
B = 53.4%

CMYK

 C value IS 0.29

 M value IS 0.83

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#481166 (or 0x481166) is known color: Scarlet Gum. HEX triplet: 48, 11 and 66. RGB value is (72,17,102). Sum of RGB (Red+Green+Blue) = 72+17+102=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 17 (7.03% from 255 or 8.90% from 191); Blue value is 102 (40.23% from 255 or 53.40% from 191); Max value from RGB is 102 - color contains mainly: blue. Hex color #481166 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481166 is #B7EE99. Grayscale: #2A2A2A. Windows color (decimal): -12054170 or 6689096. OLE color: 6689096.

HSL color Cylindrical-coordinate representation of color #481166: hue angle of 278.82º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #481166 is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 72 17 102 -
CMYK 0.29 0.83 0 0.6
HSL 278.82º 0.71% 0.23% -
HSV(B) 278.82º 0.83% 0.4% -
XYZ 5.27 2.74 12.82 -
YUV 43.14 161.22 148.59 -
System Red Green Blue C M Y K H S L
Decimal 72 17 102 0.29 0.83 0 0.6 278.82 0.71 0.23
Hex 48 11 66 1D 53 0 3C 117 47 17
Octal 110 21 146 35 123 0 74 427 107 27
Binary 1001000 10001 1100110 11101 1010011 0 111100 100010111 1000111 10111

Color Harmonies of #481166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481166

Black with #481166

Text Example


Text Example

White with #481166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481166; }

 p { color: rgb(72,17,102); }

 H1.HeaderClassName
 {
   color: #481166;
 }
 .AnyTagClassName
 {
   color: #481166;
 }
</style>

background-color css

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

 a { background-color: rgb(72,17,102); }

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

border-color css

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

 span { border-color: rgb(72,17,102); }

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