#421750

Color #421750 Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #421750

Tints of Scarlet Gum #421750

Color information

#421750 (or 0x421750) is unknown color: approx 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

RGB662380-
CMYK0.170.7100.69
HSL285.26º55.34%20.2%-
HSV(B)285.26º71.25%31.37%-
XYZ42.357.83-
YUV42.36149.25144.87-

RGB Variations

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

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 (Cyan) values IS 0.17
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6623800.170.7100.69285.2655.3420.2
Hex421750114704511d3714
Octal102271202110701054356724
Binary10000101011110100001000110001110100010110001110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>