Html Css Color HEX #421750 Scarlet Gum

📋 copy color: '#421750'

red 66 ◦ green 23 ◦ blue 80

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

Shades of Scarlet Gum #421750

Tints of Scarlet Gum #421750

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.61%

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

R = 39.05%
G = 13.61%
B = 47.34%

CMYK

 C value IS 0.17

 M value IS 0.71

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#421750 (or 0x421750) is known color: Scarlet Gum. HEX triplet: 42, 17 and 50. RGB value is (66,23,80). Sum of RGB (Red+Green+Blue) = 66+23+80=169 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.05% from 169); Green value is 23 (9.38% from 255 or 13.61% from 169); Blue value is 80 (31.64% from 255 or 47.34% from 169); Max value from RGB is 80 - color contains mainly: blue. Hex color #421750 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421750 is #BDE8AF. Grayscale: #2A2A2A. Windows color (decimal): -12445872 or 5248834. OLE color: 5248834.

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

Color convert

RGB 66 23 80 -
CMYK 0.17 0.71 0 0.69
HSL 285.26º 0.55% 0.2% -
HSV(B) 285.26º 0.71% 0.31% -
XYZ 4 2.35 7.83 -
YUV 42.36 149.25 144.87 -
System Red Green Blue C M Y K H S L
Decimal 66 23 80 0.17 0.71 0 0.69 285.26 0.55 0.2
Hex 42 17 50 11 47 0 45 11D 37 14
Octal 102 27 120 21 107 0 105 435 67 24
Binary 1000010 10111 1010000 10001 1000111 0 1000101 100011101 110111 10100

Color Harmonies of #421750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421750

Black with #421750

Text Example


Text Example

White with #421750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421750; }

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

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

background-color css

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

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

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

border-color css

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

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

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