Html Css Color HEX #421D4D Scarlet Gum

📋 copy color: '#421D4D'

red 66 ◦ green 29 ◦ blue 77

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

Shades of Scarlet Gum #421D4D

Tints of Scarlet Gum #421D4D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.86%

 BLUE value IS 77 (30.47% from 255) = 44.77%

R = 38.37%
G = 16.86%
B = 44.77%

CMYK

 C value IS 0.14

 M value IS 0.62

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#421D4D (or 0x421D4D) is known color: Scarlet Gum. HEX triplet: 42, 1D and 4D. RGB value is (66,29,77). Sum of RGB (Red+Green+Blue) = 66+29+77=172 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.37% from 172); Green value is 29 (11.72% from 255 or 16.86% from 172); Blue value is 77 (30.47% from 255 or 44.77% from 172); Max value from RGB is 77 - color contains mainly: blue. Hex color #421D4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421D4D is #BDE2B2. Grayscale: #2D2D2D. Windows color (decimal): -12444339 or 5053762. OLE color: 5053762.

HSL color Cylindrical-coordinate representation of color #421D4D: hue angle of 286.25º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #421D4D is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 66 29 77 -
CMYK 0.14 0.62 0 0.70
HSL 286.25º 0.45% 0.21% -
HSV(B) 286.25º 0.62% 0.3% -
XYZ 4.03 2.57 7.31 -
YUV 45.54 145.76 142.6 -
System Red Green Blue C M Y K H S L
Decimal 66 29 77 0.14 0.62 0 0.70 286.25 0.45 0.21
Hex 42 1D 4D E 3E 0 46 11E 2D 15
Octal 102 35 115 16 76 0 106 436 55 25
Binary 1000010 11101 1001101 1110 111110 0 1000110 100011110 101101 10101

Color Harmonies of #421D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421D4D

Black with #421D4D

Text Example


Text Example

White with #421D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421D4D; }

 p { color: rgb(66,29,77); }

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

background-color css

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

 a { background-color: rgb(66,29,77); }

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

border-color css

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

 span { border-color: rgb(66,29,77); }

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