#422052

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

Shades of Scarlet Gum #422052

Tints of Scarlet Gum #422052

Color information

#422052 (or 0x422052) is unknown color: approx Scarlet Gum. HEX triplet: 42, 20 and 52. RGB value is (66,32,82). Sum of RGB (Red+Green+Blue) = 66+32+82=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 82 (32.42% from 255 or 45.56% from 180); Max value from RGB is 82 - color contains mainly: blue. Hex color #422052 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422052 is #BDDFAD. Grayscale: #2F2F2F. Windows color (decimal): -12443566 or 5382210. OLE color: 5382210.

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

Color convert

RGB663282-
CMYK0.200.6100.68
HSL280.8º43.86%22.35%-
HSV(B)280.8º60.98%32.16%-
XYZ4.292.88.3-
YUV47.87147.26140.93-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.67%
GREEN value IS 32 (12.89% from 255) = 17.78%
BLUE value IS 82 (32.42% from 255) = 45.56%
R=36.67%
G=17.78%
B=45.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6632820.200.6100.68280.843.8622.35
Hex422052143D0441192c16
Octal10240122247501044315426
Binary10000101000001010010101001111010100010010001100110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422052; }

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

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

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

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

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

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

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

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