Html Css Color HEX #421051 Scarlet Gum

📋 copy color: '#421051'

red 66 ◦ green 16 ◦ blue 81

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

Shades of Scarlet Gum #421051

Tints of Scarlet Gum #421051

RGB

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

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

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

R = 40.49%
G = 9.82%
B = 49.69%

CMYK

 C value IS 0.19

 M value IS 0.80

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#421051 (or 0x421051) is known color: Scarlet Gum. HEX triplet: 42, 10 and 51. RGB value is (66,16,81). Sum of RGB (Red+Green+Blue) = 66+16+81=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 81 (32.03% from 255 or 49.69% from 163); Max value from RGB is 81 - color contains mainly: blue. Hex color #421051 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421051 is #BDEFAE. Grayscale: #262626. Windows color (decimal): -12447663 or 5312578. OLE color: 5312578.

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

Color convert

RGB 66 16 81 -
CMYK 0.19 0.80 0 0.68
HSL 286.15º 0.67% 0.19% -
HSV(B) 286.15º 0.8% 0.32% -
XYZ 3.92 2.12 7.99 -
YUV 38.36 152.07 147.71 -
System Red Green Blue C M Y K H S L
Decimal 66 16 81 0.19 0.80 0 0.68 286.15 0.67 0.19
Hex 42 10 51 13 50 0 44 11E 43 13
Octal 102 20 121 23 120 0 104 436 103 23
Binary 1000010 10000 1010001 10011 1010000 0 1000100 100011110 1000011 10011

Color Harmonies of #421051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421051

Black with #421051

Text Example


Text Example

White with #421051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421051; }

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

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

background-color css

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

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

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

border-color css

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

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

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