Html Css Color HEX #421950 Scarlet Gum

📋 copy color: '#421950'

red 66 ◦ green 25 ◦ blue 80

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

Shades of Scarlet Gum #421950

Tints of Scarlet Gum #421950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 46.78%

R = 38.6%
G = 14.62%
B = 46.78%

CMYK

 C value IS 0.17

 M value IS 0.69

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#421950 (or 0x421950) is known color: Scarlet Gum. HEX triplet: 42, 19 and 50. RGB value is (66,25,80). Sum of RGB (Red+Green+Blue) = 66+25+80=171 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.60% from 171); Green value is 25 (10.16% from 255 or 14.62% from 171); Blue value is 80 (31.64% from 255 or 46.78% from 171); Max value from RGB is 80 - color contains mainly: blue. Hex color #421950 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421950 is #BDE6AF. Grayscale: #2B2B2B. Windows color (decimal): -12445360 or 5249346. OLE color: 5249346.

HSL color Cylindrical-coordinate representation of color #421950: hue angle of 284.73º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #421950 is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 25 80 -
CMYK 0.17 0.69 0 0.69
HSL 284.73º 0.52% 0.21% -
HSV(B) 284.73º 0.69% 0.31% -
XYZ 4.04 2.43 7.85 -
YUV 43.53 148.58 144.03 -
System Red Green Blue C M Y K H S L
Decimal 66 25 80 0.17 0.69 0 0.69 284.73 0.52 0.21
Hex 42 19 50 11 45 0 45 11D 34 15
Octal 102 31 120 21 105 0 105 435 64 25
Binary 1000010 11001 1010000 10001 1000101 0 1000101 100011101 110100 10101

Color Harmonies of #421950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421950

Black with #421950

Text Example


Text Example

White with #421950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421950; }

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

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

background-color css

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

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

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

border-color css

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

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

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