Html Css Color HEX #481F60 Scarlet Gum

📋 copy color: '#481F60'

red 72 ◦ green 31 ◦ blue 96

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

Shades of Scarlet Gum #481F60

Tints of Scarlet Gum #481F60

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.58%

 BLUE value IS 96 (37.89% from 255) = 48.24%

R = 36.18%
G = 15.58%
B = 48.24%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#481F60 (or 0x481F60) is known color: Scarlet Gum. HEX triplet: 48, 1F and 60. RGB value is (72,31,96). Sum of RGB (Red+Green+Blue) = 72+31+96=199 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.18% from 199); Green value is 31 (12.5% from 255 or 15.58% from 199); Blue value is 96 (37.89% from 255 or 48.24% from 199); Max value from RGB is 96 - color contains mainly: blue. Hex color #481F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481F60 is #B7E09F. Grayscale: #323232. Windows color (decimal): -12050592 or 6299464. OLE color: 6299464.

HSL color Cylindrical-coordinate representation of color #481F60: hue angle of 277.85º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #481F60 is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 31 96 -
CMYK 0.25 0.68 0 0.62
HSL 277.85º 0.51% 0.25% -
HSV(B) 277.85º 0.68% 0.38% -
XYZ 5.27 3.2 11.41 -
YUV 50.67 153.58 143.21 -
System Red Green Blue C M Y K H S L
Decimal 72 31 96 0.25 0.68 0 0.62 277.85 0.51 0.25
Hex 48 1F 60 19 44 0 3E 116 33 19
Octal 110 37 140 31 104 0 76 426 63 31
Binary 1001000 11111 1100000 11001 1000100 0 111110 100010110 110011 11001

Color Harmonies of #481F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481F60

Black with #481F60

Text Example


Text Example

White with #481F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,31,96); }

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

background-color css

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

 a { background-color: rgb(72,31,96); }

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

border-color css

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

 span { border-color: rgb(72,31,96); }

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