Html Css Color HEX #8A3134 Old Brick

📋 copy color: '#8A3134'

red 138 ◦ green 49 ◦ blue 52

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

Shades of Old Brick #8A3134

Tints of Old Brick #8A3134

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.5%

 BLUE value IS 52 (20.7% from 255) = 21.76%

R = 57.74%
G = 20.5%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.46

RGB Variations

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

Color information

#8A3134 (or 0x8A3134) is known color: Old Brick. HEX triplet: 8A, 31 and 34. RGB value is (138,49,52). Sum of RGB (Red+Green+Blue) = 138+49+52=239 (31% of max value = 765). Red value is 138 (54.30% from 255 or 57.74% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 52 (20.70% from 255 or 21.76% from 239); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3134 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3134 is #75CECB. Grayscale: #4C4C4C. Windows color (decimal): -7720652 or 3420554. OLE color: 3420554.

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

Color convert

RGB 138 49 52 -
CMYK 0 0.64 0.62 0.46
HSL 357.98º 0.48% 0.37% -
HSV(B) 357.98º 0.64% 0.54% -
XYZ 12.2 7.85 4.12 -
YUV 75.95 114.49 172.26 -
System Red Green Blue C M Y K H S L
Decimal 138 49 52 0 0.64 0.62 0.46 357.98 0.48 0.37
Hex 8A 31 34 0 40 3E 2E 166 30 25
Octal 212 61 64 0 100 76 56 546 60 45
Binary 10001010 110001 110100 0 1000000 111110 101110 101100110 110000 100101

Color Harmonies of #8A3134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3134

Black with #8A3134

Text Example


Text Example

White with #8A3134

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,49,52); }

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

background-color css

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

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

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

border-color css

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

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

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