Html Css Color HEX #481761 Scarlet Gum

📋 copy color: '#481761'

red 72 ◦ green 23 ◦ blue 97

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

Shades of Scarlet Gum #481761

Tints of Scarlet Gum #481761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 50.52%

R = 37.5%
G = 11.98%
B = 50.52%

CMYK

 C value IS 0.26

 M value IS 0.76

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#481761 (or 0x481761) is known color: Scarlet Gum. HEX triplet: 48, 17 and 61. RGB value is (72,23,97). Sum of RGB (Red+Green+Blue) = 72+23+97=192 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.5% from 192); Green value is 23 (9.38% from 255 or 11.98% from 192); Blue value is 97 (38.28% from 255 or 50.52% from 192); Max value from RGB is 97 - color contains mainly: blue. Hex color #481761 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481761 is #B7E89E. Grayscale: #2D2D2D. Windows color (decimal): -12052639 or 6362952. OLE color: 6362952.

HSL color Cylindrical-coordinate representation of color #481761: hue angle of 279.73º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #481761 is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 23 97 -
CMYK 0.26 0.76 0 0.62
HSL 279.73º 0.62% 0.24% -
HSV(B) 279.73º 0.76% 0.38% -
XYZ 5.14 2.85 11.59 -
YUV 46.09 156.73 146.48 -
System Red Green Blue C M Y K H S L
Decimal 72 23 97 0.26 0.76 0 0.62 279.73 0.62 0.24
Hex 48 17 61 1A 4C 0 3E 118 3E 18
Octal 110 27 141 32 114 0 76 430 76 30
Binary 1001000 10111 1100001 11010 1001100 0 111110 100011000 111110 11000

Color Harmonies of #481761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481761

Black with #481761

Text Example


Text Example

White with #481761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481761; }

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

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

background-color css

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

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

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

border-color css

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

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

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