#42264D

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

Shades of Scarlet Gum #42264D

Tints of Scarlet Gum #42264D

Color information

#42264D (or 0x42264D) is unknown color: approx Scarlet Gum. HEX triplet: 42, 26 and 4D. RGB value is (66,38,77). Sum of RGB (Red+Green+Blue) = 66+38+77=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 38 (15.23% from 255 or 20.99% from 181); Blue value is 77 (30.47% from 255 or 42.54% from 181); Max value from RGB is 77 - color contains mainly: blue. Hex color #42264D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42264D is #BDD9B2. Grayscale: #323232. Windows color (decimal): -12442035 or 5056066. OLE color: 5056066.

HSL color Cylindrical-coordinate representation of color #42264D: hue angle of 283.08º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #42264D is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB663877-
CMYK0.140.5100.70
HSL283.08º33.91%22.55%-
HSV(B)283.08º50.65%30.2%-
XYZ4.283.087.39-
YUV50.82142.78138.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.46%
GREEN value IS 38 (15.23% from 255) = 20.99%
BLUE value IS 77 (30.47% from 255) = 42.54%
R=36.46%
G=20.99%
B=42.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6638770.140.5100.70283.0833.9122.55
Hex42264DE3304611b2217
Octal10246115166301064334227
Binary1000010100110100110111101100110100011010001101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42264D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,38,77); }

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

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

 a { background-color: rgb(66,38,77); }

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

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

 span { border-color: rgb(66,38,77); }

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