#421351

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

Shades of Scarlet Gum #421351

Tints of Scarlet Gum #421351

Color information

#421351 (or 0x421351) is unknown color: approx Scarlet Gum. HEX triplet: 42, 13 and 51. RGB value is (66,19,81). Sum of RGB (Red+Green+Blue) = 66+19+81=166 (21% of max value = 765). Red value is 66 (26.17% from 255 or 39.76% from 166); Green value is 19 (7.81% from 255 or 11.45% from 166); Blue value is 81 (32.03% from 255 or 48.80% from 166); Max value from RGB is 81 - color contains mainly: blue. Hex color #421351 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421351 is #BDECAE. Grayscale: #272727. Windows color (decimal): -12446895 or 5313346. OLE color: 5313346.

HSL color Cylindrical-coordinate representation of color #421351: hue angle of 285.48º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #421351 is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB661981-
CMYK0.190.7700.68
HSL285.48º62%19.61%-
HSV(B)285.48º76.54%31.76%-
XYZ3.962.228-
YUV40.12151.07146.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.76%
GREEN value IS 19 (7.81% from 255) = 11.45%
BLUE value IS 81 (32.03% from 255) = 48.80%
R=39.76%
G=11.45%
B=48.80%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6619810.190.7700.68285.486219.61
Hex421351134D04411d3e14
Octal102231212311501044357624
Binary10000101001110100011001110011010100010010001110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421351; }

 p { color: rgb(66,19,81); }

 H1.HeaderClassName
 {
   color: #421351;
 }
 .AnyTagClassName
 {
   color: #421351;
 }
</style>
background-color css

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

 a { background-color: rgb(66,19,81); }

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

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

 span { border-color: rgb(66,19,81); }

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