#422051

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

Shades of Scarlet Gum #422051

Tints of Scarlet Gum #422051

Color information

#422051 (or 0x422051) is unknown color: approx Scarlet Gum. HEX triplet: 42, 20 and 51. RGB value is (66,32,81). Sum of RGB (Red+Green+Blue) = 66+32+81=179 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.87% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 81 (32.03% from 255 or 45.25% from 179); Max value from RGB is 81 - color contains mainly: blue. Hex color #422051 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422051 is #BDDFAE. Grayscale: #2F2F2F. Windows color (decimal): -12443567 or 5316674. OLE color: 5316674.

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

Color convert

RGB663281-
CMYK0.190.6000.68
HSL281.63º43.36%22.16%-
HSV(B)281.63º60.49%31.76%-
XYZ4.252.798.1-
YUV47.75146.76141.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.87%
GREEN value IS 32 (12.89% from 255) = 17.88%
BLUE value IS 81 (32.03% from 255) = 45.25%
R=36.87%
G=17.88%
B=45.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6632810.190.6000.68281.6343.3622.16
Hex422051133C04411a2b16
Octal10240121237401044325326
Binary10000101000001010001100111111000100010010001101010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422051; }

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

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

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

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

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

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

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

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