Html Css Color HEX #421251 Scarlet Gum

📋 copy color: '#421251'

red 66 ◦ green 18 ◦ blue 81

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

Shades of Scarlet Gum #421251

Tints of Scarlet Gum #421251

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.91%

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

R = 40%
G = 10.91%
B = 49.09%

CMYK

 C value IS 0.19

 M value IS 0.78

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#421251 (or 0x421251) is known color: Scarlet Gum. HEX triplet: 42, 12 and 51. RGB value is (66,18,81). Sum of RGB (Red+Green+Blue) = 66+18+81=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 18 (7.42% from 255 or 10.91% from 165); Blue value is 81 (32.03% from 255 or 49.09% from 165); Max value from RGB is 81 - color contains mainly: blue. Hex color #421251 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421251 is #BDEDAE. Grayscale: #272727. Windows color (decimal): -12447151 or 5313090. OLE color: 5313090.

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

Color convert

RGB 66 18 81 -
CMYK 0.19 0.78 0 0.68
HSL 285.71º 0.64% 0.19% -
HSV(B) 285.71º 0.78% 0.32% -
XYZ 3.95 2.18 8 -
YUV 39.53 151.4 146.88 -
System Red Green Blue C M Y K H S L
Decimal 66 18 81 0.19 0.78 0 0.68 285.71 0.64 0.19
Hex 42 12 51 13 4E 0 44 11E 40 13
Octal 102 22 121 23 116 0 104 436 100 23
Binary 1000010 10010 1010001 10011 1001110 0 1000100 100011110 1000000 10011

Color Harmonies of #421251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421251

Black with #421251

Text Example


Text Example

White with #421251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421251; }

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

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

background-color css

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

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

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

border-color css

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

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

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