Html Css Color HEX #481663 Scarlet Gum

📋 copy color: '#481663'

red 72 ◦ green 22 ◦ blue 99

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

Shades of Scarlet Gum #481663

Tints of Scarlet Gum #481663

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.4%

 BLUE value IS 99 (39.06% from 255) = 51.3%

R = 37.31%
G = 11.4%
B = 51.3%

CMYK

 C value IS 0.27

 M value IS 0.78

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#481663 (or 0x481663) is known color: Scarlet Gum. HEX triplet: 48, 16 and 63. RGB value is (72,22,99). Sum of RGB (Red+Green+Blue) = 72+22+99=193 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.31% from 193); Green value is 22 (8.98% from 255 or 11.40% from 193); Blue value is 99 (39.06% from 255 or 51.30% from 193); Max value from RGB is 99 - color contains mainly: blue. Hex color #481663 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481663 is #B7E99C. Grayscale: #2D2D2D. Windows color (decimal): -12052893 or 6493768. OLE color: 6493768.

HSL color Cylindrical-coordinate representation of color #481663: hue angle of 278.96º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #481663 is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 72 22 99 -
CMYK 0.27 0.78 0 0.61
HSL 278.96º 0.64% 0.24% -
HSV(B) 278.96º 0.78% 0.39% -
XYZ 5.21 2.85 12.08 -
YUV 45.73 158.07 146.74 -
System Red Green Blue C M Y K H S L
Decimal 72 22 99 0.27 0.78 0 0.61 278.96 0.64 0.24
Hex 48 16 63 1B 4E 0 3D 117 40 18
Octal 110 26 143 33 116 0 75 427 100 30
Binary 1001000 10110 1100011 11011 1001110 0 111101 100010111 1000000 11000

Color Harmonies of #481663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481663

Black with #481663

Text Example


Text Example

White with #481663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481663; }

 p { color: rgb(72,22,99); }

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

background-color css

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

 a { background-color: rgb(72,22,99); }

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

border-color css

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

 span { border-color: rgb(72,22,99); }

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