#42234C

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

Shades of Scarlet Gum #42234C

Tints of Scarlet Gum #42234C

Color information

#42234C (or 0x42234C) is unknown color: approx Scarlet Gum. HEX triplet: 42, 23 and 4C. RGB value is (66,35,76). Sum of RGB (Red+Green+Blue) = 66+35+76=177 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.29% from 177); Green value is 35 (14.06% from 255 or 19.77% from 177); Blue value is 76 (30.08% from 255 or 42.94% from 177); Max value from RGB is 76 - color contains mainly: blue. Hex color #42234C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42234C is #BDDCB3. Grayscale: #303030. Windows color (decimal): -12442804 or 4989762. OLE color: 4989762.

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

Color convert

RGB663576-
CMYK0.130.5400.70
HSL285.37º36.94%21.76%-
HSV(B)285.37º53.95%29.8%-
XYZ4.152.887.17-
YUV48.94143.27140.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.29%
GREEN value IS 35 (14.06% from 255) = 19.77%
BLUE value IS 76 (30.08% from 255) = 42.94%
R=37.29%
G=19.77%
B=42.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6635760.130.5400.70285.3736.9421.76
Hex42234CD3604611d2516
Octal10243114156601064354526
Binary1000010100011100110011011101100100011010001110110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42234C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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