Html Css Color HEX #420C5B Scarlet Gum

📋 copy color: '#420C5B'

red 66 ◦ green 12 ◦ blue 91

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

Shades of Scarlet Gum #420C5B

Tints of Scarlet Gum #420C5B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.1%

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

R = 39.05%
G = 7.1%
B = 53.85%

CMYK

 C value IS 0.27

 M value IS 0.87

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#420C5B (or 0x420C5B) is known color: Scarlet Gum. HEX triplet: 42, 0C and 5B. RGB value is (66,12,91). Sum of RGB (Red+Green+Blue) = 66+12+91=169 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.05% from 169); Green value is 12 (5.08% from 255 or 7.10% from 169); Blue value is 91 (35.94% from 255 or 53.85% from 169); Max value from RGB is 91 - color contains mainly: blue. Hex color #420C5B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420C5B is #BDF3A4. Grayscale: #242424. Windows color (decimal): -12448677 or 5966914. OLE color: 5966914.

HSL color Cylindrical-coordinate representation of color #420C5B: hue angle of 281.01º degrees, saturation: 0.77, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #420C5B is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 66 12 91 -
CMYK 0.27 0.87 0 0.64
HSL 281.01º 0.77% 0.2% -
HSV(B) 281.01º 0.87% 0.36% -
XYZ 4.27 2.18 10.09 -
YUV 37.15 158.39 148.58 -
System Red Green Blue C M Y K H S L
Decimal 66 12 91 0.27 0.87 0 0.64 281.01 0.77 0.2
Hex 42 C 5B 1B 57 0 40 119 4D 14
Octal 102 14 133 33 127 0 100 431 115 24
Binary 1000010 1100 1011011 11011 1010111 0 1000000 100011001 1001101 10100

Color Harmonies of #420C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420C5B

Black with #420C5B

Text Example


Text Example

White with #420C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,12,91); }

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

background-color css

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

 a { background-color: rgb(66,12,91); }

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

border-color css

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

 span { border-color: rgb(66,12,91); }

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