#422453

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

Shades of Scarlet Gum #422453

Tints of Scarlet Gum #422453

Color information

#422453 (or 0x422453) is unknown color: approx Scarlet Gum. HEX triplet: 42, 24 and 53. RGB value is (66,36,83). Sum of RGB (Red+Green+Blue) = 66+36+83=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 36 (14.45% from 255 or 19.46% from 185); Blue value is 83 (32.81% from 255 or 44.86% from 185); Max value from RGB is 83 - color contains mainly: blue. Hex color #422453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422453 is #BDDBAC. Grayscale: #323232. Windows color (decimal): -12442541 or 5448770. OLE color: 5448770.

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

Color convert

RGB663683-
CMYK0.200.5700.67
HSL278.3º39.5%23.33%-
HSV(B)278.3º56.63%32.55%-
XYZ4.443.048.54-
YUV50.33146.44139.18-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.68%
GREEN value IS 36 (14.45% from 255) = 19.46%
BLUE value IS 83 (32.81% from 255) = 44.86%
R=35.68%
G=19.46%
B=44.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6636830.200.5700.67278.339.523.33
Hex42245314390431162717
Octal10244123247101034264727
Binary10000101001001010011101001110010100001110001011010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422453; }

 p { color: rgb(66,36,83); }

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

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

 a { background-color: rgb(66,36,83); }

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

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

 span { border-color: rgb(66,36,83); }

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