Html Css Color HEX #421450 Scarlet Gum

📋 copy color: '#421450'

red 66 ◦ green 20 ◦ blue 80

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

Shades of Scarlet Gum #421450

Tints of Scarlet Gum #421450

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.05%

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

R = 39.76%
G = 12.05%
B = 48.19%

CMYK

 C value IS 0.17

 M value IS 0.75

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#421450 (or 0x421450) is known color: Scarlet Gum. HEX triplet: 42, 14 and 50. RGB value is (66,20,80). Sum of RGB (Red+Green+Blue) = 66+20+80=166 (21% of max value = 765). Red value is 66 (26.17% from 255 or 39.76% from 166); Green value is 20 (8.20% from 255 or 12.05% from 166); Blue value is 80 (31.64% from 255 or 48.19% from 166); Max value from RGB is 80 - color contains mainly: blue. Hex color #421450 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421450 is #BDEBAF. Grayscale: #282828. Windows color (decimal): -12446640 or 5248066. OLE color: 5248066.

HSL color Cylindrical-coordinate representation of color #421450: hue angle of 286º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #421450 is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 20 80 -
CMYK 0.17 0.75 0 0.69
HSL 286º 0.6% 0.2% -
HSV(B) 286º 0.75% 0.31% -
XYZ 3.94 2.24 7.81 -
YUV 40.59 150.24 146.12 -
System Red Green Blue C M Y K H S L
Decimal 66 20 80 0.17 0.75 0 0.69 286 0.6 0.2
Hex 42 14 50 11 4B 0 45 11E 3C 14
Octal 102 24 120 21 113 0 105 436 74 24
Binary 1000010 10100 1010000 10001 1001011 0 1000101 100011110 111100 10100

Color Harmonies of #421450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421450

Black with #421450

Text Example


Text Example

White with #421450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421450; }

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

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

background-color css

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

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

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

border-color css

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

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

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