Html Css Color HEX #420C53 Scarlet Gum

📋 copy color: '#420C53'

red 66 ◦ green 12 ◦ blue 83

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

Shades of Scarlet Gum #420C53

Tints of Scarlet Gum #420C53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 51.55%

R = 40.99%
G = 7.45%
B = 51.55%

CMYK

 C value IS 0.20

 M value IS 0.86

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#420C53 (or 0x420C53) is known color: Scarlet Gum. HEX triplet: 42, 0C and 53. RGB value is (66,12,83). Sum of RGB (Red+Green+Blue) = 66+12+83=161 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.99% from 161); Green value is 12 (5.08% from 255 or 7.45% from 161); Blue value is 83 (32.81% from 255 or 51.55% from 161); Max value from RGB is 83 - color contains mainly: blue. Hex color #420C53 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420C53 is #BDF3AC. Grayscale: #242424. Windows color (decimal): -12448685 or 5442626. OLE color: 5442626.

HSL color Cylindrical-coordinate representation of color #420C53: hue angle of 285.63º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #420C53 is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 12 83 -
CMYK 0.20 0.86 0 0.67
HSL 285.63º 0.75% 0.19% -
HSV(B) 285.63º 0.86% 0.33% -
XYZ 3.94 2.05 8.37 -
YUV 36.24 154.39 149.23 -
System Red Green Blue C M Y K H S L
Decimal 66 12 83 0.20 0.86 0 0.67 285.63 0.75 0.19
Hex 42 C 53 14 56 0 43 11E 4B 13
Octal 102 14 123 24 126 0 103 436 113 23
Binary 1000010 1100 1010011 10100 1010110 0 1000011 100011110 1001011 10011

Color Harmonies of #420C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420C53

Black with #420C53

Text Example


Text Example

White with #420C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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