#42234D

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

Shades of Scarlet Gum #42234D

Tints of Scarlet Gum #42234D

Color information

#42234D (or 0x42234D) is unknown color: approx Scarlet Gum. HEX triplet: 42, 23 and 4D. RGB value is (66,35,77). Sum of RGB (Red+Green+Blue) = 66+35+77=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 35 (14.06% from 255 or 19.66% from 178); Blue value is 77 (30.47% from 255 or 43.26% from 178); Max value from RGB is 77 - color contains mainly: blue. Hex color #42234D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42234D is #BDDCB2. Grayscale: #303030. Windows color (decimal): -12442803 or 5055298. OLE color: 5055298.

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

Color convert

RGB663577-
CMYK0.140.5500.70
HSL284.29º37.5%21.96%-
HSV(B)284.29º54.55%30.2%-
XYZ4.192.97.36-
YUV49.06143.77140.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.08%
GREEN value IS 35 (14.06% from 255) = 19.66%
BLUE value IS 77 (30.47% from 255) = 43.26%
R=37.08%
G=19.66%
B=43.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6635770.140.5500.70284.2937.521.96
Hex42234DE3704611c2516
Octal10243115166701064344526
Binary1000010100011100110111101101110100011010001110010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42234D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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