Html Css Color HEX #481667 Scarlet Gum

📋 copy color: '#481667'

red 72 ◦ green 22 ◦ blue 103

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

Shades of Scarlet Gum #481667

Tints of Scarlet Gum #481667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 52.28%

R = 36.55%
G = 11.17%
B = 52.28%

CMYK

 C value IS 0.30

 M value IS 0.79

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#481667 (or 0x481667) is known color: Scarlet Gum. HEX triplet: 48, 16 and 67. RGB value is (72,22,103). Sum of RGB (Red+Green+Blue) = 72+22+103=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 22 (8.98% from 255 or 11.17% from 197); Blue value is 103 (40.62% from 255 or 52.28% from 197); Max value from RGB is 103 - color contains mainly: blue. Hex color #481667 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481667 is #B7E998. Grayscale: #2D2D2D. Windows color (decimal): -12052889 or 6755912. OLE color: 6755912.

HSL color Cylindrical-coordinate representation of color #481667: hue angle of 277.04º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #481667 is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 72 22 103 -
CMYK 0.30 0.79 0 0.60
HSL 277.04º 0.65% 0.25% -
HSV(B) 277.04º 0.79% 0.4% -
XYZ 5.41 2.93 13.11 -
YUV 46.18 160.07 146.41 -
System Red Green Blue C M Y K H S L
Decimal 72 22 103 0.30 0.79 0 0.60 277.04 0.65 0.25
Hex 48 16 67 1E 4F 0 3C 115 41 19
Octal 110 26 147 36 117 0 74 425 101 31
Binary 1001000 10110 1100111 11110 1001111 0 111100 100010101 1000001 11001

Color Harmonies of #481667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481667

Black with #481667

Text Example


Text Example

White with #481667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481667; }

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

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

background-color css

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

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

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

border-color css

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

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

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