Html Css Color HEX #8C2E31 Old Brick

📋 copy color: '#8C2E31'

red 140 ◦ green 46 ◦ blue 49

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

Shades of Old Brick #8C2E31

Tints of Old Brick #8C2E31

RGB

 RED value IS 140 (55.08% from 255) = 59.57%

 GREEN value IS 46 (18.36% from 255) = 19.57%

 BLUE value IS 49 (19.53% from 255) = 20.85%

R = 59.57%
G = 19.57%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#8C2E31 (or 0x8C2E31) is known color: Old Brick. HEX triplet: 8C, 2E and 31. RGB value is (140,46,49). Sum of RGB (Red+Green+Blue) = 140+46+49=235 (31% of max value = 765). Red value is 140 (55.08% from 255 or 59.57% from 235); Green value is 46 (18.36% from 255 or 19.57% from 235); Blue value is 49 (19.53% from 255 or 20.85% from 235); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2E31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2E31 is #73D1CE. Grayscale: #4A4A4A. Windows color (decimal): -7590351 or 3223180. OLE color: 3223180.

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

Color convert

RGB 140 46 49 -
CMYK 0 0.67 0.65 0.45
HSL 358.09º 0.51% 0.36% -
HSV(B) 358.09º 0.67% 0.55% -
XYZ 12.35 7.75 3.75 -
YUV 74.45 113.64 174.76 -
System Red Green Blue C M Y K H S L
Decimal 140 46 49 0 0.67 0.65 0.45 358.09 0.51 0.36
Hex 8C 2E 31 0 43 41 2D 166 33 24
Octal 214 56 61 0 103 101 55 546 63 44
Binary 10001100 101110 110001 0 1000011 1000001 101101 101100110 110011 100100

Color Harmonies of #8C2E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2E31

Black with #8C2E31

Text Example


Text Example

White with #8C2E31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,46,49); }

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

background-color css

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

 a { background-color: rgb(140,46,49); }

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

border-color css

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

 span { border-color: rgb(140,46,49); }

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