Html Css Color HEX #8A4242 Matrix

📋 copy color: '#8A4242'

red 138 ◦ green 66 ◦ blue 66

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

Shades of Matrix #8A4242

Tints of Matrix #8A4242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 24.44%

R = 51.11%
G = 24.44%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.46

RGB Variations

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

Color information

#8A4242 (or 0x8A4242) is known color: Matrix. HEX triplet: 8A, 42 and 42. RGB value is (138,66,66). Sum of RGB (Red+Green+Blue) = 138+66+66=270 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.11% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 66 (26.17% from 255 or 24.44% from 270); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4242 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A4242 is #75BDBD. Grayscale: #575757. Windows color (decimal): -7716286 or 4342410. OLE color: 4342410.

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

Color convert

RGB 138 66 66 -
CMYK 0 0.52 0.52 0.46
HSL 0.35% 0.4% -
HSV(B) 0.52% 0.54% -
XYZ 13.41 9.69 6.32 -
YUV 87.53 115.85 164 -
System Red Green Blue C M Y K H S L
Decimal 138 66 66 0 0.52 0.52 0.46 0 0.35 0.4
Hex 8A 42 42 0 34 34 2E 0 23 28
Octal 212 102 102 0 64 64 56 0 43 50
Binary 10001010 1000010 1000010 0 110100 110100 101110 0 100011 101000

Color Harmonies of #8A4242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A4242

Black with #8A4242

Text Example


Text Example

White with #8A4242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8A4242;
 }
 .AnyTagClassName
 {
   color: #8A4242;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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