#442252

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

Shades of Scarlet Gum #442252

Tints of Scarlet Gum #442252

Color information

#442252 (or 0x442252) is unknown color: approx Scarlet Gum. HEX triplet: 44, 22 and 52. RGB value is (68,34,82). Sum of RGB (Red+Green+Blue) = 68+34+82=184 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.96% from 184); Green value is 34 (13.67% from 255 or 18.48% from 184); Blue value is 82 (32.42% from 255 or 44.57% from 184); Max value from RGB is 82 - color contains mainly: blue. Hex color #442252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442252 is #BBDDAD. Grayscale: #313131. Windows color (decimal): -12311982 or 5382724. OLE color: 5382724.

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

Color convert

RGB683482-
CMYK0.170.5900.68
HSL282.5º41.38%22.75%-
HSV(B)282.5º58.54%32.16%-
XYZ4.482.988.32-
YUV49.64146.26141.1-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.96%
GREEN value IS 34 (13.67% from 255) = 18.48%
BLUE value IS 82 (32.42% from 255) = 44.57%
R=36.96%
G=18.48%
B=44.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6834820.170.5900.68282.541.3822.75
Hex442252113B04411a2917
Octal10442122217301044325127
Binary10001001000101010010100011110110100010010001101010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442252; }

 p { color: rgb(68,34,82); }

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

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

 a { background-color: rgb(68,34,82); }

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

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

 span { border-color: rgb(68,34,82); }

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