Html Css Color HEX #421959 Scarlet Gum

📋 copy color: '#421959'

red 66 ◦ green 25 ◦ blue 89

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

Shades of Scarlet Gum #421959

Tints of Scarlet Gum #421959

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 49.44%

R = 36.67%
G = 13.89%
B = 49.44%

CMYK

 C value IS 0.26

 M value IS 0.72

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#421959 (or 0x421959) is known color: Scarlet Gum. HEX triplet: 42, 19 and 59. RGB value is (66,25,89). Sum of RGB (Red+Green+Blue) = 66+25+89=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 25 (10.16% from 255 or 13.89% from 180); Blue value is 89 (35.16% from 255 or 49.44% from 180); Max value from RGB is 89 - color contains mainly: blue. Hex color #421959 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421959 is #BDE6A6. Grayscale: #2C2C2C. Windows color (decimal): -12445351 or 5839170. OLE color: 5839170.

HSL color Cylindrical-coordinate representation of color #421959: hue angle of 278.44º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #421959 is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 25 89 -
CMYK 0.26 0.72 0 0.65
HSL 278.44º 0.56% 0.22% -
HSV(B) 278.44º 0.72% 0.35% -
XYZ 4.4 2.57 9.72 -
YUV 44.56 153.08 143.3 -
System Red Green Blue C M Y K H S L
Decimal 66 25 89 0.26 0.72 0 0.65 278.44 0.56 0.22
Hex 42 19 59 1A 48 0 41 116 38 16
Octal 102 31 131 32 110 0 101 426 70 26
Binary 1000010 11001 1011001 11010 1001000 0 1000001 100010110 111000 10110

Color Harmonies of #421959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421959

Black with #421959

Text Example


Text Example

White with #421959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421959; }

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

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

background-color css

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

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

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

border-color css

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

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

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