Html Css Color HEX #420F50 Scarlet Gum

📋 copy color: '#420F50'

red 66 ◦ green 15 ◦ blue 80

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

Shades of Scarlet Gum #420F50

Tints of Scarlet Gum #420F50

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.32%

 BLUE value IS 80 (31.64% from 255) = 49.69%

R = 40.99%
G = 9.32%
B = 49.69%

CMYK

 C value IS 0.17

 M value IS 0.81

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#420F50 (or 0x420F50) is known color: Scarlet Gum. HEX triplet: 42, 0F and 50. RGB value is (66,15,80). Sum of RGB (Red+Green+Blue) = 66+15+80=161 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.99% from 161); Green value is 15 (6.25% from 255 or 9.32% from 161); Blue value is 80 (31.64% from 255 or 49.69% from 161); Max value from RGB is 80 - color contains mainly: blue. Hex color #420F50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420F50 is #BDF0AF. Grayscale: #252525. Windows color (decimal): -12447920 or 5246786. OLE color: 5246786.

HSL color Cylindrical-coordinate representation of color #420F50: hue angle of 287.08º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #420F50 is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 15 80 -
CMYK 0.17 0.81 0 0.69
HSL 287.08º 0.68% 0.19% -
HSV(B) 287.08º 0.81% 0.31% -
XYZ 3.87 2.08 7.79 -
YUV 37.66 151.9 148.21 -
System Red Green Blue C M Y K H S L
Decimal 66 15 80 0.17 0.81 0 0.69 287.08 0.68 0.19
Hex 42 F 50 11 51 0 45 11F 44 13
Octal 102 17 120 21 121 0 105 437 104 23
Binary 1000010 1111 1010000 10001 1010001 0 1000101 100011111 1000100 10011

Color Harmonies of #420F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420F50

Black with #420F50

Text Example


Text Example

White with #420F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,15,80); }

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

background-color css

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

 a { background-color: rgb(66,15,80); }

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

border-color css

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

 span { border-color: rgb(66,15,80); }

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