#411755

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

Shades of Scarlet Gum #411755

Tints of Scarlet Gum #411755

Color information

#411755 (or 0x411755) is unknown color: approx Scarlet Gum. HEX triplet: 41, 17 and 55. RGB value is (65,23,85). Sum of RGB (Red+Green+Blue) = 65+23+85=173 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.57% from 173); Green value is 23 (9.38% from 255 or 13.29% from 173); Blue value is 85 (33.59% from 255 or 49.13% from 173); Max value from RGB is 85 - color contains mainly: blue. Hex color #411755 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411755 is #BEE8AA. Grayscale: #2A2A2A. Windows color (decimal): -12511403 or 5576513. OLE color: 5576513.

HSL color Cylindrical-coordinate representation of color #411755: hue angle of 280.65º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #411755 is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB652385-
CMYK0.240.7300.67
HSL280.65º57.41%21.18%-
HSV(B)280.65º72.94%33.33%-
XYZ4.132.398.84-
YUV42.63151.91143.96-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.57%
GREEN value IS 23 (9.38% from 255) = 13.29%
BLUE value IS 85 (33.59% from 255) = 49.13%
R=37.57%
G=13.29%
B=49.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6523850.240.7300.67280.6557.4121.18
Hex41175518490431193915
Octal101271253011101034317125
Binary10000011011110101011100010010010100001110001100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411755; }

 p { color: rgb(65,23,85); }

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

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

 a { background-color: rgb(65,23,85); }

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

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

 span { border-color: rgb(65,23,85); }

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