Html Css Color HEX #8A2F3A Old Brick

📋 copy color: '#8A2F3A'

red 138 ◦ green 47 ◦ blue 58

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

Shades of Old Brick #8A2F3A

Tints of Old Brick #8A2F3A

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.34%

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

R = 56.79%
G = 19.34%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.58

 K value IS 0.46

RGB Variations

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

Color information

#8A2F3A (or 0x8A2F3A) is known color: Old Brick. HEX triplet: 8A, 2F and 3A. RGB value is (138,47,58). Sum of RGB (Red+Green+Blue) = 138+47+58=243 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.79% from 243); Green value is 47 (18.75% from 255 or 19.34% from 243); Blue value is 58 (23.05% from 255 or 23.87% from 243); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2F3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2F3A is #75D0C5. Grayscale: #4B4B4B. Windows color (decimal): -7721158 or 3813258. OLE color: 3813258.

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

Color convert

RGB 138 47 58 -
CMYK 0 0.66 0.58 0.46
HSL 352.75º 0.49% 0.36% -
HSV(B) 352.75º 0.66% 0.54% -
XYZ 12.26 7.74 4.85 -
YUV 75.46 118.15 172.61 -
System Red Green Blue C M Y K H S L
Decimal 138 47 58 0 0.66 0.58 0.46 352.75 0.49 0.36
Hex 8A 2F 3A 0 42 3A 2E 161 31 24
Octal 212 57 72 0 102 72 56 541 61 44
Binary 10001010 101111 111010 0 1000010 111010 101110 101100001 110001 100100

Color Harmonies of #8A2F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2F3A

Black with #8A2F3A

Text Example


Text Example

White with #8A2F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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