#422252

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

Shades of Scarlet Gum #422252

Tints of Scarlet Gum #422252

Color information

#422252 (or 0x422252) is unknown color: approx Scarlet Gum. HEX triplet: 42, 22 and 52. RGB value is (66,34,82). Sum of RGB (Red+Green+Blue) = 66+34+82=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 82 (32.42% from 255 or 45.05% from 182); Max value from RGB is 82 - color contains mainly: blue. Hex color #422252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422252 is #BDDDAD. Grayscale: #303030. Windows color (decimal): -12443054 or 5382722. OLE color: 5382722.

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

Color convert

RGB663482-
CMYK0.200.5900.68
HSL280º41.38%22.75%-
HSV(B)280º58.54%32.16%-
XYZ4.342.918.32-
YUV49.04146.6140.1-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.26%
GREEN value IS 34 (13.67% from 255) = 18.68%
BLUE value IS 82 (32.42% from 255) = 45.05%
R=36.26%
G=18.68%
B=45.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6634820.200.5900.6828041.3822.75
Hex422252143B0441182917
Octal10242122247301044305127
Binary10000101000101010010101001110110100010010001100010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422252; }

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

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

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

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

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

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

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

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