Html Css Color HEX #421554 Scarlet Gum

📋 copy color: '#421554'

red 66 ◦ green 21 ◦ blue 84

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

Shades of Scarlet Gum #421554

Tints of Scarlet Gum #421554

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.28%

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

R = 38.6%
G = 12.28%
B = 49.12%

CMYK

 C value IS 0.21

 M value IS 0.75

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#421554 (or 0x421554) is known color: Scarlet Gum. HEX triplet: 42, 15 and 54. RGB value is (66,21,84). Sum of RGB (Red+Green+Blue) = 66+21+84=171 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.60% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 84 (33.20% from 255 or 49.12% from 171); Max value from RGB is 84 - color contains mainly: blue. Hex color #421554 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421554 is #BDEAAB. Grayscale: #292929. Windows color (decimal): -12446380 or 5510466. OLE color: 5510466.

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

Color convert

RGB 66 21 84 -
CMYK 0.21 0.75 0 0.67
HSL 282.86º 0.6% 0.21% -
HSV(B) 282.86º 0.75% 0.33% -
XYZ 4.12 2.33 8.62 -
YUV 41.64 151.91 145.38 -
System Red Green Blue C M Y K H S L
Decimal 66 21 84 0.21 0.75 0 0.67 282.86 0.6 0.21
Hex 42 15 54 15 4B 0 43 11B 3C 15
Octal 102 25 124 25 113 0 103 433 74 25
Binary 1000010 10101 1010100 10101 1001011 0 1000011 100011011 111100 10101

Color Harmonies of #421554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421554

Black with #421554

Text Example


Text Example

White with #421554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421554; }

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

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

background-color css

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

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

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

border-color css

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

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

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