#411452

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

Shades of Scarlet Gum #411452

Tints of Scarlet Gum #411452

Color information

#411452 (or 0x411452) is unknown color: approx Scarlet Gum. HEX triplet: 41, 14 and 52. RGB value is (65,20,82). Sum of RGB (Red+Green+Blue) = 65+20+82=167 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.92% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 82 (32.42% from 255 or 49.10% from 167); Max value from RGB is 82 - color contains mainly: blue. Hex color #411452 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411452 is #BEEBAD. Grayscale: #282828. Windows color (decimal): -12512174 or 5379137. OLE color: 5379137.

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

Color convert

RGB652082-
CMYK0.210.7600.68
HSL283.55º60.78%20%-
HSV(B)283.55º75.61%32.16%-
XYZ3.952.238.21-
YUV40.52151.41145.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.92%
GREEN value IS 20 (8.20% from 255) = 11.98%
BLUE value IS 82 (32.42% from 255) = 49.10%
R=38.92%
G=11.98%
B=49.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6520820.210.7600.68283.5560.7820
Hex411452154C04411c3d14
Octal101241222511401044347524
Binary10000011010010100101010110011000100010010001110011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411452; }

 p { color: rgb(65,20,82); }

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

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

 a { background-color: rgb(65,20,82); }

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

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

 span { border-color: rgb(65,20,82); }

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