Html Css Color HEX #8A323A Old Brick

📋 copy color: '#8A323A'

red 138 ◦ green 50 ◦ blue 58

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

Shades of Old Brick #8A323A

Tints of Old Brick #8A323A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.33%

 BLUE value IS 58 (23.05% from 255) = 23.58%

R = 56.1%
G = 20.33%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.58

 K value IS 0.46

RGB Variations

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

Color information

#8A323A (or 0x8A323A) is known color: Old Brick. HEX triplet: 8A, 32 and 3A. RGB value is (138,50,58). Sum of RGB (Red+Green+Blue) = 138+50+58=246 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.10% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 58 (23.05% from 255 or 23.58% from 246); Max value from RGB is 138 - color contains mainly: red. Hex color #8A323A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A323A is #75CDC5. Grayscale: #4D4D4D. Windows color (decimal): -7720390 or 3814026. OLE color: 3814026.

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

Color convert

RGB 138 50 58 -
CMYK 0 0.64 0.58 0.46
HSL 354.55º 0.47% 0.37% -
HSV(B) 354.55º 0.64% 0.54% -
XYZ 12.39 7.99 4.89 -
YUV 77.22 117.15 171.35 -
System Red Green Blue C M Y K H S L
Decimal 138 50 58 0 0.64 0.58 0.46 354.55 0.47 0.37
Hex 8A 32 3A 0 40 3A 2E 163 2F 25
Octal 212 62 72 0 100 72 56 543 57 45
Binary 10001010 110010 111010 0 1000000 111010 101110 101100011 101111 100101

Color Harmonies of #8A323A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A323A

Black with #8A323A

Text Example


Text Example

White with #8A323A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,50,58); }

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

background-color css

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

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

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

border-color css

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

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

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