Html Css Color HEX #4B215D Scarlet Gum

📋 copy color: '#4B215D'

red 75 ◦ green 33 ◦ blue 93

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

Shades of Scarlet Gum #4B215D

Tints of Scarlet Gum #4B215D

RGB

 RED value IS 75 (29.69% from 255) = 37.31%

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

 BLUE value IS 93 (36.72% from 255) = 46.27%

R = 37.31%
G = 16.42%
B = 46.27%

CMYK

 C value IS 0.19

 M value IS 0.65

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4B215D (or 0x4B215D) is known color: Scarlet Gum. HEX triplet: 4B, 21 and 5D. RGB value is (75,33,93). Sum of RGB (Red+Green+Blue) = 75+33+93=201 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.31% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 93 (36.72% from 255 or 46.27% from 201); Max value from RGB is 93 - color contains mainly: blue. Hex color #4B215D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B215D is #B4DEA2. Grayscale: #343434. Windows color (decimal): -11853475 or 6103371. OLE color: 6103371.

HSL color Cylindrical-coordinate representation of color #4B215D: hue angle of 282º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B215D is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 75 33 93 -
CMYK 0.19 0.65 0 0.64
HSL 282º 0.48% 0.25% -
HSV(B) 282º 0.65% 0.36% -
XYZ 5.42 3.37 10.72 -
YUV 52.4 150.91 144.12 -
System Red Green Blue C M Y K H S L
Decimal 75 33 93 0.19 0.65 0 0.64 282 0.48 0.25
Hex 4B 21 5D 13 41 0 40 11A 30 19
Octal 113 41 135 23 101 0 100 432 60 31
Binary 1001011 100001 1011101 10011 1000001 0 1000000 100011010 110000 11001

Color Harmonies of #4B215D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B215D

Black with #4B215D

Text Example


Text Example

White with #4B215D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,33,93); }

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

background-color css

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

 a { background-color: rgb(75,33,93); }

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

border-color css

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

 span { border-color: rgb(75,33,93); }

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