#42234F

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

Shades of Scarlet Gum #42234F

Tints of Scarlet Gum #42234F

Color information

#42234F (or 0x42234F) is unknown color: approx Scarlet Gum. HEX triplet: 42, 23 and 4F. RGB value is (66,35,79). Sum of RGB (Red+Green+Blue) = 66+35+79=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 35 (14.06% from 255 or 19.44% from 180); Blue value is 79 (31.25% from 255 or 43.89% from 180); Max value from RGB is 79 - color contains mainly: blue. Hex color #42234F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42234F is #BDDCB0. Grayscale: #313131. Windows color (decimal): -12442801 or 5186370. OLE color: 5186370.

HSL color Cylindrical-coordinate representation of color #42234F: hue angle of 282.27º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #42234F is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB663579-
CMYK0.160.5600.69
HSL282.27º38.6%22.35%-
HSV(B)282.27º55.7%30.98%-
XYZ4.262.927.74-
YUV49.28144.77139.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.67%
GREEN value IS 35 (14.06% from 255) = 19.44%
BLUE value IS 79 (31.25% from 255) = 43.89%
R=36.67%
G=19.44%
B=43.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6635790.160.5600.69282.2738.622.35
Hex42234F103804511a2716
Octal10243117207001054324726
Binary10000101000111001111100001110000100010110001101010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42234F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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