Html Css Color HEX #420E51 Scarlet Gum

📋 copy color: '#420E51'

red 66 ◦ green 14 ◦ blue 81

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

Shades of Scarlet Gum #420E51

Tints of Scarlet Gum #420E51

RGB

 RED value IS 66 (26.17% from 255) = 40.99%

 GREEN value IS 14 (5.86% from 255) = 8.7%

 BLUE value IS 81 (32.03% from 255) = 50.31%

R = 40.99%
G = 8.7%
B = 50.31%

CMYK

 C value IS 0.19

 M value IS 0.83

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#420E51 (or 0x420E51) is known color: Scarlet Gum. HEX triplet: 42, 0E and 51. RGB value is (66,14,81). Sum of RGB (Red+Green+Blue) = 66+14+81=161 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.99% from 161); Green value is 14 (5.86% from 255 or 8.70% from 161); Blue value is 81 (32.03% from 255 or 50.31% from 161); Max value from RGB is 81 - color contains mainly: blue. Hex color #420E51 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420E51 is #BDF1AE. Grayscale: #242424. Windows color (decimal): -12448175 or 5312066. OLE color: 5312066.

HSL color Cylindrical-coordinate representation of color #420E51: hue angle of 286.57º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #420E51 is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 66 14 81 -
CMYK 0.19 0.83 0 0.68
HSL 286.57º 0.71% 0.19% -
HSV(B) 286.57º 0.83% 0.32% -
XYZ 3.89 2.07 7.98 -
YUV 37.19 152.73 148.55 -
System Red Green Blue C M Y K H S L
Decimal 66 14 81 0.19 0.83 0 0.68 286.57 0.71 0.19
Hex 42 E 51 13 53 0 44 11F 47 13
Octal 102 16 121 23 123 0 104 437 107 23
Binary 1000010 1110 1010001 10011 1010011 0 1000100 100011111 1000111 10011

Color Harmonies of #420E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420E51

Black with #420E51

Text Example


Text Example

White with #420E51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420E51; }

 p { color: rgb(66,14,81); }

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

background-color css

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

 a { background-color: rgb(66,14,81); }

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

border-color css

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

 span { border-color: rgb(66,14,81); }

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