Html Css Color HEX #481963 Scarlet Gum

📋 copy color: '#481963'

red 72 ◦ green 25 ◦ blue 99

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

Shades of Scarlet Gum #481963

Tints of Scarlet Gum #481963

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.76%

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

R = 36.73%
G = 12.76%
B = 50.51%

CMYK

 C value IS 0.27

 M value IS 0.75

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#481963 (or 0x481963) is known color: Scarlet Gum. HEX triplet: 48, 19 and 63. RGB value is (72,25,99). Sum of RGB (Red+Green+Blue) = 72+25+99=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 25 (10.16% from 255 or 12.76% from 196); Blue value is 99 (39.06% from 255 or 50.51% from 196); Max value from RGB is 99 - color contains mainly: blue. Hex color #481963 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481963 is #B7E69C. Grayscale: #2F2F2F. Windows color (decimal): -12052125 or 6494536. OLE color: 6494536.

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

Color convert

RGB 72 25 99 -
CMYK 0.27 0.75 0 0.61
HSL 278.11º 0.6% 0.24% -
HSV(B) 278.11º 0.75% 0.39% -
XYZ 5.27 2.97 12.1 -
YUV 47.49 157.07 145.48 -
System Red Green Blue C M Y K H S L
Decimal 72 25 99 0.27 0.75 0 0.61 278.11 0.6 0.24
Hex 48 19 63 1B 4B 0 3D 116 3C 18
Octal 110 31 143 33 113 0 75 426 74 30
Binary 1001000 11001 1100011 11011 1001011 0 111101 100010110 111100 11000

Color Harmonies of #481963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481963

Black with #481963

Text Example


Text Example

White with #481963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481963; }

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

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

background-color css

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

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

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

border-color css

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

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

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