Html Css Color HEX #46215B Scarlet Gum

📋 copy color: '#46215B'

red 70 ◦ green 33 ◦ blue 91

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

Shades of Scarlet Gum #46215B

Tints of Scarlet Gum #46215B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.01%

 BLUE value IS 91 (35.94% from 255) = 46.91%

R = 36.08%
G = 17.01%
B = 46.91%

CMYK

 C value IS 0.23

 M value IS 0.64

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#46215B (or 0x46215B) is known color: Scarlet Gum. HEX triplet: 46, 21 and 5B. RGB value is (70,33,91). Sum of RGB (Red+Green+Blue) = 70+33+91=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 91 (35.94% from 255 or 46.91% from 194); Max value from RGB is 91 - color contains mainly: blue. Hex color #46215B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46215B is #B9DEA4. Grayscale: #323232. Windows color (decimal): -12181157 or 5972294. OLE color: 5972294.

HSL color Cylindrical-coordinate representation of color #46215B: hue angle of 278.28º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46215B is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 33 91 -
CMYK 0.23 0.64 0 0.64
HSL 278.28º 0.47% 0.24% -
HSV(B) 278.28º 0.64% 0.36% -
XYZ 4.96 3.15 10.24 -
YUV 50.68 150.76 141.78 -
System Red Green Blue C M Y K H S L
Decimal 70 33 91 0.23 0.64 0 0.64 278.28 0.47 0.24
Hex 46 21 5B 17 40 0 40 116 2F 18
Octal 106 41 133 27 100 0 100 426 57 30
Binary 1000110 100001 1011011 10111 1000000 0 1000000 100010110 101111 11000

Color Harmonies of #46215B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46215B

Black with #46215B

Text Example


Text Example

White with #46215B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46215B; }

 p { color: rgb(70,33,91); }

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

background-color css

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

 a { background-color: rgb(70,33,91); }

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

border-color css

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

 span { border-color: rgb(70,33,91); }

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