Html Css Color HEX #421050 Scarlet Gum

📋 copy color: '#421050'

red 66 ◦ green 16 ◦ blue 80

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

Shades of Scarlet Gum #421050

Tints of Scarlet Gum #421050

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.88%

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

R = 40.74%
G = 9.88%
B = 49.38%

CMYK

 C value IS 0.17

 M value IS 0.80

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#421050 (or 0x421050) is known color: Scarlet Gum. HEX triplet: 42, 10 and 50. RGB value is (66,16,80). Sum of RGB (Red+Green+Blue) = 66+16+80=162 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.74% from 162); Green value is 16 (6.64% from 255 or 9.88% from 162); Blue value is 80 (31.64% from 255 or 49.38% from 162); Max value from RGB is 80 - color contains mainly: blue. Hex color #421050 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421050 is #BDEFAF. Grayscale: #262626. Windows color (decimal): -12447664 or 5247042. OLE color: 5247042.

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

Color convert

RGB 66 16 80 -
CMYK 0.17 0.80 0 0.69
HSL 286.88º 0.67% 0.19% -
HSV(B) 286.88º 0.8% 0.31% -
XYZ 3.88 2.11 7.79 -
YUV 38.25 151.57 147.8 -
System Red Green Blue C M Y K H S L
Decimal 66 16 80 0.17 0.80 0 0.69 286.88 0.67 0.19
Hex 42 10 50 11 50 0 45 11F 43 13
Octal 102 20 120 21 120 0 105 437 103 23
Binary 1000010 10000 1010000 10001 1010000 0 1000101 100011111 1000011 10011

Color Harmonies of #421050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421050

Black with #421050

Text Example


Text Example

White with #421050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421050; }

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

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

background-color css

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

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

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

border-color css

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

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

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