#441453

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

Shades of Scarlet Gum #441453

Tints of Scarlet Gum #441453

Color information

#441453 (or 0x441453) is unknown color: approx Scarlet Gum. HEX triplet: 44, 14 and 53. RGB value is (68,20,83). Sum of RGB (Red+Green+Blue) = 68+20+83=171 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.77% from 171); Green value is 20 (8.20% from 255 or 11.70% from 171); Blue value is 83 (32.81% from 255 or 48.54% from 171); Max value from RGB is 83 - color contains mainly: blue. Hex color #441453 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441453 is #BBEBAC. Grayscale: #292929. Windows color (decimal): -12315565 or 5444676. OLE color: 5444676.

HSL color Cylindrical-coordinate representation of color #441453: hue angle of 285.71º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #441453 is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB682083-
CMYK0.180.7600.67
HSL285.71º61.17%20.2%-
HSV(B)285.71º75.9%32.55%-
XYZ4.22.358.42-
YUV41.53151.4146.88-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 39.77%
GREEN value IS 20 (8.20% from 255) = 11.70%
BLUE value IS 83 (32.81% from 255) = 48.54%
R=39.77%
G=11.70%
B=48.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6820830.180.7600.67285.7161.1720.2
Hex441453124C04311e3d14
Octal104241232211401034367524
Binary10001001010010100111001010011000100001110001111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441453; }

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

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

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

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

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

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

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

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