#422351

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

Shades of Scarlet Gum #422351

Tints of Scarlet Gum #422351

Color information

#422351 (or 0x422351) is unknown color: approx Scarlet Gum. HEX triplet: 42, 23 and 51. RGB value is (66,35,81). Sum of RGB (Red+Green+Blue) = 66+35+81=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 35 (14.06% from 255 or 19.23% from 182); Blue value is 81 (32.03% from 255 or 44.51% from 182); Max value from RGB is 81 - color contains mainly: blue. Hex color #422351 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422351 is #BDDCAE. Grayscale: #313131. Windows color (decimal): -12442799 or 5317442. OLE color: 5317442.

HSL color Cylindrical-coordinate representation of color #422351: hue angle of 280.43º 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 #422351 is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB663581-
CMYK0.190.5700.68
HSL280.43º39.66%22.75%-
HSV(B)280.43º56.79%31.76%-
XYZ4.332.958.13-
YUV49.51145.77139.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.26%
GREEN value IS 35 (14.06% from 255) = 19.23%
BLUE value IS 81 (32.03% from 255) = 44.51%
R=36.26%
G=19.23%
B=44.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6635810.190.5700.68280.4339.6622.75
Hex42235113390441182817
Octal10243121237101044305027
Binary10000101000111010001100111110010100010010001100010100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422351; }

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

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

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

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

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

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

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

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