#441252

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

Shades of Scarlet Gum #441252

Tints of Scarlet Gum #441252

Color information

#441252 (or 0x441252) is unknown color: approx Scarlet Gum. HEX triplet: 44, 12 and 52. RGB value is (68,18,82). Sum of RGB (Red+Green+Blue) = 68+18+82=168 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.48% from 168); Green value is 18 (7.42% from 255 or 10.71% from 168); Blue value is 82 (32.42% from 255 or 48.81% from 168); Max value from RGB is 82 - color contains mainly: blue. Hex color #441252 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441252 is #BBEDAD. Grayscale: #282828. Windows color (decimal): -12316078 or 5378628. OLE color: 5378628.

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

Color convert

RGB681882-
CMYK0.170.7800.68
HSL286.88º64%19.61%-
HSV(B)286.88º78.05%32.16%-
XYZ4.122.278.2-
YUV40.25151.56147.8-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40.48%
GREEN value IS 18 (7.42% from 255) = 10.71%
BLUE value IS 82 (32.42% from 255) = 48.81%
R=40.48%
G=10.71%
B=48.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6818820.170.7800.68286.886419.61
Hex441252114E04411f4014
Octal1042212221116010443710024
Binary100010010010101001010001100111001000100100011111100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441252; }

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

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

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

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

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

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

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

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