#422151

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

Shades of Scarlet Gum #422151

Tints of Scarlet Gum #422151

Color information

#422151 (or 0x422151) is unknown color: approx Scarlet Gum. HEX triplet: 42, 21 and 51. RGB value is (66,33,81). Sum of RGB (Red+Green+Blue) = 66+33+81=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 33 (13.28% from 255 or 18.33% from 180); Blue value is 81 (32.03% from 255 or 45% from 180); Max value from RGB is 81 - color contains mainly: blue. Hex color #422151 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422151 is #BDDEAE. Grayscale: #303030. Windows color (decimal): -12443311 or 5316930. OLE color: 5316930.

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

Color convert

RGB663381-
CMYK0.190.5900.68
HSL281.25º42.11%22.35%-
HSV(B)281.25º59.26%31.76%-
XYZ4.282.848.11-
YUV48.34146.43140.6-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.67%
GREEN value IS 33 (13.28% from 255) = 18.33%
BLUE value IS 81 (32.03% from 255) = 45%
R=36.67%
G=18.33%
B=45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6633810.190.5900.68281.2542.1122.35
Hex422151133B0441192a16
Octal10241121237301044315226
Binary10000101000011010001100111110110100010010001100110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422151; }

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

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

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

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

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

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

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

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