#421251

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

Shades of Scarlet Gum #421251

Tints of Scarlet Gum #421251

Color information

#421251 (or 0x421251) is unknown color: approx Scarlet Gum. HEX triplet: 42, 12 and 51. RGB value is (66,18,81). Sum of RGB (Red+Green+Blue) = 66+18+81=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 18 (7.42% from 255 or 10.91% from 165); Blue value is 81 (32.03% from 255 or 49.09% from 165); Max value from RGB is 81 - color contains mainly: blue. Hex color #421251 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421251 is #BDEDAE. Grayscale: #272727. Windows color (decimal): -12447151 or 5313090. OLE color: 5313090.

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

Color convert

RGB661881-
CMYK0.190.7800.68
HSL285.71º63.64%19.41%-
HSV(B)285.71º77.78%31.76%-
XYZ3.952.188-
YUV39.53151.4146.88-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40%
GREEN value IS 18 (7.42% from 255) = 10.91%
BLUE value IS 81 (32.03% from 255) = 49.09%
R=40%
G=10.91%
B=49.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6618810.190.7800.68285.7163.6419.41
Hex421251134E04411e4013
Octal1022212123116010443610023
Binary100001010010101000110011100111001000100100011110100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421251; }

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

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

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

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

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

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

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

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