#42195D

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

Shades of Scarlet Gum #42195D

Tints of Scarlet Gum #42195D

Color information

#42195D (or 0x42195D) is unknown color: approx Scarlet Gum. HEX triplet: 42, 19 and 5D. RGB value is (66,25,93). Sum of RGB (Red+Green+Blue) = 66+25+93=184 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.87% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 93 (36.72% from 255 or 50.54% from 184); Max value from RGB is 93 - color contains mainly: blue. Hex color #42195D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42195D is #BDE6A2. Grayscale: #2C2C2C. Windows color (decimal): -12445347 or 6101314. OLE color: 6101314.

HSL color Cylindrical-coordinate representation of color #42195D: hue angle of 276.18º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42195D is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB662593-
CMYK0.290.7300.64
HSL276.18º57.63%23.14%-
HSV(B)276.18º73.12%36.47%-
XYZ4.572.6410.63-
YUV45.01155.08142.97-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.87%
GREEN value IS 25 (10.16% from 255) = 13.59%
BLUE value IS 93 (36.72% from 255) = 50.54%
R=35.87%
G=13.59%
B=50.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6625930.290.7300.64276.1857.6323.14
Hex42195D1D490401143a17
Octal102311353511101004247227
Binary10000101100110111011110110010010100000010001010011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42195D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,25,93); }

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

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

 a { background-color: rgb(66,25,93); }

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

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

 span { border-color: rgb(66,25,93); }

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