Html Css Color HEX #481162 Scarlet Gum

📋 copy color: '#481162'

red 72 ◦ green 17 ◦ blue 98

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

Shades of Scarlet Gum #481162

Tints of Scarlet Gum #481162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 52.41%

R = 38.5%
G = 9.09%
B = 52.41%

CMYK

 C value IS 0.27

 M value IS 0.83

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#481162 (or 0x481162) is known color: Scarlet Gum. HEX triplet: 48, 11 and 62. RGB value is (72,17,98). Sum of RGB (Red+Green+Blue) = 72+17+98=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 98 (38.67% from 255 or 52.41% from 187); Max value from RGB is 98 - color contains mainly: blue. Hex color #481162 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481162 is #B7EE9D. Grayscale: #2A2A2A. Windows color (decimal): -12054174 or 6426952. OLE color: 6426952.

HSL color Cylindrical-coordinate representation of color #481162: hue angle of 280.74º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #481162 is Cyan = 0.27, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 17 98 -
CMYK 0.27 0.83 0 0.62
HSL 280.74º 0.7% 0.23% -
HSV(B) 280.74º 0.83% 0.38% -
XYZ 5.08 2.66 11.8 -
YUV 42.68 159.22 148.91 -
System Red Green Blue C M Y K H S L
Decimal 72 17 98 0.27 0.83 0 0.62 280.74 0.7 0.23
Hex 48 11 62 1B 53 0 3E 119 46 17
Octal 110 21 142 33 123 0 76 431 106 27
Binary 1001000 10001 1100010 11011 1010011 0 111110 100011001 1000110 10111

Color Harmonies of #481162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481162

Black with #481162

Text Example


Text Example

White with #481162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481162; }

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

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

background-color css

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

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

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

border-color css

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

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

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