Html Css Color HEX #481763 Scarlet Gum

📋 copy color: '#481763'

red 72 ◦ green 23 ◦ blue 99

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

Shades of Scarlet Gum #481763

Tints of Scarlet Gum #481763

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.86%

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

R = 37.11%
G = 11.86%
B = 51.03%

CMYK

 C value IS 0.27

 M value IS 0.77

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#481763 (or 0x481763) is known color: Scarlet Gum. HEX triplet: 48, 17 and 63. RGB value is (72,23,99). Sum of RGB (Red+Green+Blue) = 72+23+99=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 23 (9.38% from 255 or 11.86% from 194); Blue value is 99 (39.06% from 255 or 51.03% from 194); Max value from RGB is 99 - color contains mainly: blue. Hex color #481763 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481763 is #B7E89C. Grayscale: #2E2E2E. Windows color (decimal): -12052637 or 6494024. OLE color: 6494024.

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

Color convert

RGB 72 23 99 -
CMYK 0.27 0.77 0 0.61
HSL 278.68º 0.62% 0.24% -
HSV(B) 278.68º 0.77% 0.39% -
XYZ 5.23 2.89 12.09 -
YUV 46.32 157.73 146.32 -
System Red Green Blue C M Y K H S L
Decimal 72 23 99 0.27 0.77 0 0.61 278.68 0.62 0.24
Hex 48 17 63 1B 4D 0 3D 117 3E 18
Octal 110 27 143 33 115 0 75 427 76 30
Binary 1001000 10111 1100011 11011 1001101 0 111101 100010111 111110 11000

Color Harmonies of #481763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481763

Black with #481763

Text Example


Text Example

White with #481763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481763; }

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

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

background-color css

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

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

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

border-color css

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

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

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