Html Css Color HEX #421451 Scarlet Gum

📋 copy color: '#421451'

red 66 ◦ green 20 ◦ blue 81

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

Shades of Scarlet Gum #421451

Tints of Scarlet Gum #421451

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 48.5%

R = 39.52%
G = 11.98%
B = 48.5%

CMYK

 C value IS 0.19

 M value IS 0.75

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#421451 (or 0x421451) is known color: Scarlet Gum. HEX triplet: 42, 14 and 51. RGB value is (66,20,81). Sum of RGB (Red+Green+Blue) = 66+20+81=167 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.52% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 81 (32.03% from 255 or 48.50% from 167); Max value from RGB is 81 - color contains mainly: blue. Hex color #421451 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421451 is #BDEBAE. Grayscale: #282828. Windows color (decimal): -12446639 or 5313602. OLE color: 5313602.

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

Color convert

RGB 66 20 81 -
CMYK 0.19 0.75 0 0.68
HSL 285.25º 0.6% 0.2% -
HSV(B) 285.25º 0.75% 0.32% -
XYZ 3.98 2.25 8.01 -
YUV 40.71 150.74 146.04 -
System Red Green Blue C M Y K H S L
Decimal 66 20 81 0.19 0.75 0 0.68 285.25 0.6 0.2
Hex 42 14 51 13 4B 0 44 11D 3C 14
Octal 102 24 121 23 113 0 104 435 74 24
Binary 1000010 10100 1010001 10011 1001011 0 1000100 100011101 111100 10100

Color Harmonies of #421451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421451

Black with #421451

Text Example


Text Example

White with #421451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421451; }

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

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

background-color css

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

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

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

border-color css

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

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

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