Html Css Color HEX #461960 Scarlet Gum

📋 copy color: '#461960'

red 70 ◦ green 25 ◦ blue 96

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

Shades of Scarlet Gum #461960

Tints of Scarlet Gum #461960

RGB

 RED value IS 70 (27.73% from 255) = 36.65%

 GREEN value IS 25 (10.16% from 255) = 13.09%

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

R = 36.65%
G = 13.09%
B = 50.26%

CMYK

 C value IS 0.27

 M value IS 0.74

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#461960 (or 0x461960) is known color: Scarlet Gum. HEX triplet: 46, 19 and 60. RGB value is (70,25,96). Sum of RGB (Red+Green+Blue) = 70+25+96=191 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.65% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 96 (37.89% from 255 or 50.26% from 191); Max value from RGB is 96 - color contains mainly: blue. Hex color #461960 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461960 is #B9E69F. Grayscale: #2E2E2E. Windows color (decimal): -12183200 or 6297926. OLE color: 6297926.

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

Color convert

RGB 70 25 96 -
CMYK 0.27 0.74 0 0.62
HSL 278.03º 0.59% 0.24% -
HSV(B) 278.03º 0.74% 0.38% -
XYZ 4.98 2.84 11.35 -
YUV 46.55 155.91 144.73 -
System Red Green Blue C M Y K H S L
Decimal 70 25 96 0.27 0.74 0 0.62 278.03 0.59 0.24
Hex 46 19 60 1B 4A 0 3E 116 3B 18
Octal 106 31 140 33 112 0 76 426 73 30
Binary 1000110 11001 1100000 11011 1001010 0 111110 100010110 111011 11000

Color Harmonies of #461960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461960

Black with #461960

Text Example


Text Example

White with #461960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461960; }

 p { color: rgb(70,25,96); }

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

background-color css

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

 a { background-color: rgb(70,25,96); }

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

border-color css

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

 span { border-color: rgb(70,25,96); }

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