Html Css Color HEX #8A2D32 Old Brick

📋 copy color: '#8A2D32'

red 138 ◦ green 45 ◦ blue 50

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

Shades of Old Brick #8A2D32

Tints of Old Brick #8A2D32

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.31%

 BLUE value IS 50 (19.92% from 255) = 21.46%

R = 59.23%
G = 19.31%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#8A2D32 (or 0x8A2D32) is known color: Old Brick. HEX triplet: 8A, 2D and 32. RGB value is (138,45,50). Sum of RGB (Red+Green+Blue) = 138+45+50=233 (30% of max value = 765). Red value is 138 (54.30% from 255 or 59.23% from 233); Green value is 45 (17.97% from 255 or 19.31% from 233); Blue value is 50 (19.92% from 255 or 21.46% from 233); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2D32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2D32 is #75D2CD. Grayscale: #494949. Windows color (decimal): -7721678 or 3288458. OLE color: 3288458.

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

Color convert

RGB 138 45 50 -
CMYK 0 0.67 0.64 0.46
HSL 356.77º 0.51% 0.36% -
HSV(B) 356.77º 0.67% 0.54% -
XYZ 12 7.51 3.84 -
YUV 73.38 114.81 174.09 -
System Red Green Blue C M Y K H S L
Decimal 138 45 50 0 0.67 0.64 0.46 356.77 0.51 0.36
Hex 8A 2D 32 0 43 40 2E 165 33 24
Octal 212 55 62 0 103 100 56 545 63 44
Binary 10001010 101101 110010 0 1000011 1000000 101110 101100101 110011 100100

Color Harmonies of #8A2D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2D32

Black with #8A2D32

Text Example


Text Example

White with #8A2D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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