#442B5C

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

Shades of Scarlet Gum #442B5C

Tints of Scarlet Gum #442B5C

Color information

#442B5C (or 0x442B5C) is unknown color: approx Scarlet Gum. HEX triplet: 44, 2B and 5C. RGB value is (68,43,92). Sum of RGB (Red+Green+Blue) = 68+43+92=203 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.50% from 203); Green value is 43 (17.19% from 255 or 21.18% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 92 - color contains mainly: blue. Hex color #442B5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442B5C is #BBD4A3. Grayscale: #373737. Windows color (decimal): -12309668 or 6040388. OLE color: 6040388.

HSL color Cylindrical-coordinate representation of color #442B5C: hue angle of 270.61º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #442B5C is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB684392-
CMYK0.260.5300.64
HSL270.61º36.3%26.47%-
HSV(B)270.61º53.26%36.08%-
XYZ5.183.7310.57-
YUV56.06148.28136.52-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.50%
GREEN value IS 43 (17.19% from 255) = 21.18%
BLUE value IS 92 (36.33% from 255) = 45.32%
R=33.50%
G=21.18%
B=45.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6843920.260.5300.64270.6136.326.47
Hex442B5C1A3504010f241a
Octal10453134326501004174432
Binary10001001010111011100110101101010100000010000111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442B5C; }

 p { color: rgb(68,43,92); }

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

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

 a { background-color: rgb(68,43,92); }

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

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

 span { border-color: rgb(68,43,92); }

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