Html Css Color HEX #481263 Scarlet Gum

📋 copy color: '#481263'

red 72 ◦ green 18 ◦ blue 99

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

Shades of Scarlet Gum #481263

Tints of Scarlet Gum #481263

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.52%

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

R = 38.1%
G = 9.52%
B = 52.38%

CMYK

 C value IS 0.27

 M value IS 0.82

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#481263 (or 0x481263) is known color: Scarlet Gum. HEX triplet: 48, 12 and 63. RGB value is (72,18,99). Sum of RGB (Red+Green+Blue) = 72+18+99=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 99 (39.06% from 255 or 52.38% from 189); Max value from RGB is 99 - color contains mainly: blue. Hex color #481263 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481263 is #B7ED9C. Grayscale: #2B2B2B. Windows color (decimal): -12053917 or 6492744. OLE color: 6492744.

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

Color convert

RGB 72 18 99 -
CMYK 0.27 0.82 0 0.61
HSL 280º 0.69% 0.23% -
HSV(B) 280º 0.82% 0.39% -
XYZ 5.14 2.71 12.06 -
YUV 43.38 159.39 148.41 -
System Red Green Blue C M Y K H S L
Decimal 72 18 99 0.27 0.82 0 0.61 280 0.69 0.23
Hex 48 12 63 1B 52 0 3D 118 45 17
Octal 110 22 143 33 122 0 75 430 105 27
Binary 1001000 10010 1100011 11011 1010010 0 111101 100011000 1000101 10111

Color Harmonies of #481263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481263

Black with #481263

Text Example


Text Example

White with #481263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481263; }

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

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

background-color css

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

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

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

border-color css

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

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

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