Html Css Color HEX #481C5F Scarlet Gum

📋 copy color: '#481C5F'

red 72 ◦ green 28 ◦ blue 95

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

Shades of Scarlet Gum #481C5F

Tints of Scarlet Gum #481C5F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.36%

 BLUE value IS 95 (37.5% from 255) = 48.72%

R = 36.92%
G = 14.36%
B = 48.72%

CMYK

 C value IS 0.24

 M value IS 0.71

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#481C5F (or 0x481C5F) is known color: Scarlet Gum. HEX triplet: 48, 1C and 5F. RGB value is (72,28,95). Sum of RGB (Red+Green+Blue) = 72+28+95=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 28 (11.33% from 255 or 14.36% from 195); Blue value is 95 (37.5% from 255 or 48.72% from 195); Max value from RGB is 95 - color contains mainly: blue. Hex color #481C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481C5F is #B7E3A0. Grayscale: #303030. Windows color (decimal): -12051361 or 6233160. OLE color: 6233160.

HSL color Cylindrical-coordinate representation of color #481C5F: hue angle of 279.4º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #481C5F is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 72 28 95 -
CMYK 0.24 0.71 0 0.63
HSL 279.4º 0.54% 0.24% -
HSV(B) 279.4º 0.71% 0.37% -
XYZ 5.15 3.03 11.14 -
YUV 48.79 154.08 144.55 -
System Red Green Blue C M Y K H S L
Decimal 72 28 95 0.24 0.71 0 0.63 279.4 0.54 0.24
Hex 48 1C 5F 18 47 0 3F 117 36 18
Octal 110 34 137 30 107 0 77 427 66 30
Binary 1001000 11100 1011111 11000 1000111 0 111111 100010111 110110 11000

Color Harmonies of #481C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481C5F

Black with #481C5F

Text Example


Text Example

White with #481C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481C5F; }

 p { color: rgb(72,28,95); }

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

background-color css

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

 a { background-color: rgb(72,28,95); }

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

border-color css

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

 span { border-color: rgb(72,28,95); }

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