#41214D

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

Shades of Scarlet Gum #41214D

Tints of Scarlet Gum #41214D

Color information

#41214D (or 0x41214D) is unknown color: approx Scarlet Gum. HEX triplet: 41, 21 and 4D. RGB value is (65,33,77). Sum of RGB (Red+Green+Blue) = 65+33+77=175 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.14% from 175); Green value is 33 (13.28% from 255 or 18.86% from 175); Blue value is 77 (30.47% from 255 or 44% from 175); Max value from RGB is 77 - color contains mainly: blue. Hex color #41214D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41214D is #BEDEB2. Grayscale: #2F2F2F. Windows color (decimal): -12508851 or 5054785. OLE color: 5054785.

HSL color Cylindrical-coordinate representation of color #41214D: hue angle of 283.64º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #41214D is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB653377-
CMYK0.160.5700.70
HSL283.64º40%21.57%-
HSV(B)283.64º57.14%30.2%-
XYZ4.062.757.34-
YUV47.58144.6140.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.14%
GREEN value IS 33 (13.28% from 255) = 18.86%
BLUE value IS 77 (30.47% from 255) = 44%
R=37.14%
G=18.86%
B=44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6533770.160.5700.70283.644021.57
Hex41214D103904611c2816
Octal10141115207101064345026
Binary10000011000011001101100001110010100011010001110010100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41214D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41214D; }

 p { color: rgb(65,33,77); }

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

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

 a { background-color: rgb(65,33,77); }

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

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

 span { border-color: rgb(65,33,77); }

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