Html Css Color HEX #8A3139 Old Brick

📋 copy color: '#8A3139'

red 138 ◦ green 49 ◦ blue 57

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

Shades of Old Brick #8A3139

Tints of Old Brick #8A3139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 23.36%

R = 56.56%
G = 20.08%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.59

 K value IS 0.46

RGB Variations

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

Color information

#8A3139 (or 0x8A3139) is known color: Old Brick. HEX triplet: 8A, 31 and 39. RGB value is (138,49,57). Sum of RGB (Red+Green+Blue) = 138+49+57=244 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.56% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 57 (22.66% from 255 or 23.36% from 244); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3139 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3139 is #75CEC6. Grayscale: #4C4C4C. Windows color (decimal): -7720647 or 3748234. OLE color: 3748234.

HSL color Cylindrical-coordinate representation of color #8A3139: hue angle of 354.61º 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 #8A3139 is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 49 57 -
CMYK 0 0.64 0.59 0.46
HSL 354.61º 0.48% 0.37% -
HSV(B) 354.61º 0.64% 0.54% -
XYZ 12.32 7.9 4.75 -
YUV 76.52 116.99 171.85 -
System Red Green Blue C M Y K H S L
Decimal 138 49 57 0 0.64 0.59 0.46 354.61 0.48 0.37
Hex 8A 31 39 0 40 3B 2E 163 30 25
Octal 212 61 71 0 100 73 56 543 60 45
Binary 10001010 110001 111001 0 1000000 111011 101110 101100011 110000 100101

Color Harmonies of #8A3139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3139

Black with #8A3139

Text Example


Text Example

White with #8A3139

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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