#442453

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

Shades of Scarlet Gum #442453

Tints of Scarlet Gum #442453

Color information

#442453 (or 0x442453) is unknown color: approx Scarlet Gum. HEX triplet: 44, 24 and 53. RGB value is (68,36,83). Sum of RGB (Red+Green+Blue) = 68+36+83=187 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.36% from 187); Green value is 36 (14.45% from 255 or 19.25% from 187); Blue value is 83 (32.81% from 255 or 44.39% from 187); Max value from RGB is 83 - color contains mainly: blue. Hex color #442453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442453 is #BBDBAC. Grayscale: #323232. Windows color (decimal): -12311469 or 5448772. OLE color: 5448772.

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

Color convert

RGB683683-
CMYK0.180.5700.67
HSL280.85º39.5%23.33%-
HSV(B)280.85º56.63%32.55%-
XYZ4.583.128.54-
YUV50.93146.1140.18-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.36%
GREEN value IS 36 (14.45% from 255) = 19.25%
BLUE value IS 83 (32.81% from 255) = 44.39%
R=36.36%
G=19.25%
B=44.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6836830.180.5700.67280.8539.523.33
Hex44245312390431192717
Octal10444123227101034314727
Binary10001001001001010011100101110010100001110001100110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442453; }

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

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

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

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

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

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

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

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