Html Css Color HEX #4C215A Scarlet Gum

📋 copy color: '#4C215A'

red 76 ◦ green 33 ◦ blue 90

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

Shades of Scarlet Gum #4C215A

Tints of Scarlet Gum #4C215A

RGB

 RED value IS 76 (30.08% from 255) = 38.19%

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

 BLUE value IS 90 (35.55% from 255) = 45.23%

R = 38.19%
G = 16.58%
B = 45.23%

CMYK

 C value IS 0.16

 M value IS 0.63

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4C215A (or 0x4C215A) is known color: Scarlet Gum. HEX triplet: 4C, 21 and 5A. RGB value is (76,33,90). Sum of RGB (Red+Green+Blue) = 76+33+90=199 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38.19% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 90 (35.55% from 255 or 45.23% from 199); Max value from RGB is 90 - color contains mainly: blue. Hex color #4C215A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C215A is #B3DEA5. Grayscale: #343434. Windows color (decimal): -11787942 or 5906764. OLE color: 5906764.

HSL color Cylindrical-coordinate representation of color #4C215A: hue angle of 285.26º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C215A is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 76 33 90 -
CMYK 0.16 0.63 0 0.65
HSL 285.26º 0.46% 0.24% -
HSV(B) 285.26º 0.63% 0.35% -
XYZ 5.37 3.36 10.04 -
YUV 52.36 149.25 144.87 -
System Red Green Blue C M Y K H S L
Decimal 76 33 90 0.16 0.63 0 0.65 285.26 0.46 0.24
Hex 4C 21 5A 10 3F 0 41 11D 2E 18
Octal 114 41 132 20 77 0 101 435 56 30
Binary 1001100 100001 1011010 10000 111111 0 1000001 100011101 101110 11000

Color Harmonies of #4C215A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C215A

Black with #4C215A

Text Example


Text Example

White with #4C215A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,33,90); }

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

background-color css

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

 a { background-color: rgb(76,33,90); }

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

border-color css

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

 span { border-color: rgb(76,33,90); }

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