Html Css Color HEX #421654 Scarlet Gum

📋 copy color: '#421654'

red 66 ◦ green 22 ◦ blue 84

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

Shades of Scarlet Gum #421654

Tints of Scarlet Gum #421654

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.79%

 BLUE value IS 84 (33.2% from 255) = 48.84%

R = 38.37%
G = 12.79%
B = 48.84%

CMYK

 C value IS 0.21

 M value IS 0.74

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#421654 (or 0x421654) is known color: Scarlet Gum. HEX triplet: 42, 16 and 54. RGB value is (66,22,84). Sum of RGB (Red+Green+Blue) = 66+22+84=172 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.37% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 84 (33.20% from 255 or 48.84% from 172); Max value from RGB is 84 - color contains mainly: blue. Hex color #421654 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421654 is #BDE9AB. Grayscale: #2A2A2A. Windows color (decimal): -12446124 or 5510722. OLE color: 5510722.

HSL color Cylindrical-coordinate representation of color #421654: hue angle of 282.58º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #421654 is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 22 84 -
CMYK 0.21 0.74 0 0.67
HSL 282.58º 0.58% 0.21% -
HSV(B) 282.58º 0.74% 0.33% -
XYZ 4.13 2.37 8.63 -
YUV 42.22 151.58 144.96 -
System Red Green Blue C M Y K H S L
Decimal 66 22 84 0.21 0.74 0 0.67 282.58 0.58 0.21
Hex 42 16 54 15 4A 0 43 11B 3A 15
Octal 102 26 124 25 112 0 103 433 72 25
Binary 1000010 10110 1010100 10101 1001010 0 1000011 100011011 111010 10101

Color Harmonies of #421654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421654

Black with #421654

Text Example


Text Example

White with #421654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421654; }

 p { color: rgb(66,22,84); }

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

background-color css

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

 a { background-color: rgb(66,22,84); }

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

border-color css

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

 span { border-color: rgb(66,22,84); }

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