Html Css Color HEX #421951 Scarlet Gum

📋 copy color: '#421951'

red 66 ◦ green 25 ◦ blue 81

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

Shades of Scarlet Gum #421951

Tints of Scarlet Gum #421951

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.53%

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

R = 38.37%
G = 14.53%
B = 47.09%

CMYK

 C value IS 0.19

 M value IS 0.69

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#421951 (or 0x421951) is known color: Scarlet Gum. HEX triplet: 42, 19 and 51. RGB value is (66,25,81). Sum of RGB (Red+Green+Blue) = 66+25+81=172 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.37% from 172); Green value is 25 (10.16% from 255 or 14.53% from 172); Blue value is 81 (32.03% from 255 or 47.09% from 172); Max value from RGB is 81 - color contains mainly: blue. Hex color #421951 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421951 is #BDE6AE. Grayscale: #2B2B2B. Windows color (decimal): -12445359 or 5314882. OLE color: 5314882.

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

Color convert

RGB 66 25 81 -
CMYK 0.19 0.69 0 0.68
HSL 283.93º 0.53% 0.21% -
HSV(B) 283.93º 0.69% 0.32% -
XYZ 4.08 2.45 8.04 -
YUV 43.64 149.08 143.95 -
System Red Green Blue C M Y K H S L
Decimal 66 25 81 0.19 0.69 0 0.68 283.93 0.53 0.21
Hex 42 19 51 13 45 0 44 11C 35 15
Octal 102 31 121 23 105 0 104 434 65 25
Binary 1000010 11001 1010001 10011 1000101 0 1000100 100011100 110101 10101

Color Harmonies of #421951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421951

Black with #421951

Text Example


Text Example

White with #421951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421951; }

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

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

background-color css

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

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

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

border-color css

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

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

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