#8A423F

Color #8A423F Matrix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Matrix #8A423F

Tints of Matrix #8A423F

Color information

#8A423F (or 0x8A423F) is unknown color: approx Matrix. HEX triplet: 8A, 42 and 3F. RGB value is (138,66,63). Sum of RGB (Red+Green+Blue) = 138+66+63=267 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.69% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 63 (25% from 255 or 23.60% from 267); Max value from RGB is 138 - color contains mainly: red. Hex color #8A423F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A423F is #75BDC0. Grayscale: #575757. Windows color (decimal): -7716289 or 4145802. OLE color: 4145802.

HSL color Cylindrical-coordinate representation of color #8A423F: hue angle of 2.4º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8A423F is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.46.

Color convert

RGB1386663-
CMYK00.520.540.46
HSL2.4º37.31%39.41%-
HSV(B)2.4º54.35%54.12%-
XYZ13.339.665.86-
YUV87.19114.35164.24-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 51.69%
GREEN value IS 66 (26.17% from 255) = 24.72%
BLUE value IS 63 (25% from 255) = 23.60%
R=51.69%
G=24.72%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138666300.520.540.462.437.3139.41
Hex8A423F034362E22527
Octal21210277064665624547
Binary100010101000010111111011010011011010111010100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A423F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A423F; }

 p { color: rgb(138,66,63); }

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

<style>
 a { background-color: #8A423F; }

 a { background-color: rgb(138,66,63); }

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

<style>
 span { border-color: #8A423F; }

 span { border-color: rgb(138,66,63); }

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