#422352

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

Shades of Scarlet Gum #422352

Tints of Scarlet Gum #422352

Color information

#422352 (or 0x422352) is unknown color: approx Scarlet Gum. HEX triplet: 42, 23 and 52. RGB value is (66,35,82). Sum of RGB (Red+Green+Blue) = 66+35+82=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 35 (14.06% from 255 or 19.13% from 183); Blue value is 82 (32.42% from 255 or 44.81% from 183); Max value from RGB is 82 - color contains mainly: blue. Hex color #422352 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422352 is #BDDCAD. Grayscale: #313131. Windows color (decimal): -12442798 or 5382978. OLE color: 5382978.

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

Color convert

RGB663582-
CMYK0.200.5700.68
HSL279.57º40.17%22.94%-
HSV(B)279.57º57.32%32.16%-
XYZ4.372.978.33-
YUV49.63146.27139.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.07%
GREEN value IS 35 (14.06% from 255) = 19.13%
BLUE value IS 82 (32.42% from 255) = 44.81%
R=36.07%
G=19.13%
B=44.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6635820.200.5700.68279.5740.1722.94
Hex42235214390441182817
Octal10243122247101044305027
Binary10000101000111010010101001110010100010010001100010100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422352; }

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

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

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

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

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

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

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

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