Html Css Color HEX #4A215B Scarlet Gum

📋 copy color: '#4A215B'

red 74 ◦ green 33 ◦ blue 91

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

Shades of Scarlet Gum #4A215B

Tints of Scarlet Gum #4A215B

RGB

 RED value IS 74 (29.3% from 255) = 37.37%

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

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

R = 37.37%
G = 16.67%
B = 45.96%

CMYK

 C value IS 0.19

 M value IS 0.64

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4A215B (or 0x4A215B) is known color: Scarlet Gum. HEX triplet: 4A, 21 and 5B. RGB value is (74,33,91). Sum of RGB (Red+Green+Blue) = 74+33+91=198 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.37% from 198); Green value is 33 (13.28% from 255 or 16.67% from 198); Blue value is 91 (35.94% from 255 or 45.96% from 198); Max value from RGB is 91 - color contains mainly: blue. Hex color #4A215B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A215B is #B5DEA4. Grayscale: #333333. Windows color (decimal): -11919013 or 5972298. OLE color: 5972298.

HSL color Cylindrical-coordinate representation of color #4A215B: hue angle of 282.41º 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 #4A215B is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 74 33 91 -
CMYK 0.19 0.64 0 0.64
HSL 282.41º 0.47% 0.24% -
HSV(B) 282.41º 0.64% 0.36% -
XYZ 5.26 3.3 10.26 -
YUV 51.87 150.08 143.78 -
System Red Green Blue C M Y K H S L
Decimal 74 33 91 0.19 0.64 0 0.64 282.41 0.47 0.24
Hex 4A 21 5B 13 40 0 40 11A 2F 18
Octal 112 41 133 23 100 0 100 432 57 30
Binary 1001010 100001 1011011 10011 1000000 0 1000000 100011010 101111 11000

Color Harmonies of #4A215B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A215B

Black with #4A215B

Text Example


Text Example

White with #4A215B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A215B; }

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

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

background-color css

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

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

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

border-color css

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

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

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