Html Css Color HEX #8A423F Matrix

📋 copy color: '#8A423F'

red 138 ◦ green 66 ◦ blue 63

#8A423F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Matrix #8A423F

Tints of Matrix #8A423F

RGB

 RED value IS 138 (54.3% from 255) = 51.69%

 GREEN value IS 66 (26.17% from 255) = 24.72%

 BLUE value IS 63 (25% from 255) = 23.6%

R = 51.69%
G = 24.72%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.46

RGB Variations

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

Color information

#8A423F (or 0x8A423F) is known color: 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

RGB 138 66 63 -
CMYK 0 0.52 0.54 0.46
HSL 2.4º 0.37% 0.39% -
HSV(B) 2.4º 0.54% 0.54% -
XYZ 13.33 9.66 5.86 -
YUV 87.19 114.35 164.24 -
System Red Green Blue C M Y K H S L
Decimal 138 66 63 0 0.52 0.54 0.46 2.4 0.37 0.39
Hex 8A 42 3F 0 34 36 2E 2 25 27
Octal 212 102 77 0 64 66 56 2 45 47
Binary 10001010 1000010 111111 0 110100 110110 101110 10 100101 100111

Color Harmonies of #8A423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A423F

Black with #8A423F

Text Example


Text Example

White with #8A423F

Text Example


Text Example

HTML Codes & Css Web 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>