Html Css Color HEX #8C2E36 Old Brick

📋 copy color: '#8C2E36'

red 140 ◦ green 46 ◦ blue 54

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

Shades of Old Brick #8C2E36

Tints of Old Brick #8C2E36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 22.5%

R = 58.33%
G = 19.17%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.61

 K value IS 0.45

RGB Variations

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

Color information

#8C2E36 (or 0x8C2E36) is known color: Old Brick. HEX triplet: 8C, 2E and 36. RGB value is (140,46,54). Sum of RGB (Red+Green+Blue) = 140+46+54=240 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.33% from 240); Green value is 46 (18.36% from 255 or 19.17% from 240); Blue value is 54 (21.48% from 255 or 22.5% from 240); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2E36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2E36 is #73D1C9. Grayscale: #4B4B4B. Windows color (decimal): -7590346 or 3550860. OLE color: 3550860.

HSL color Cylindrical-coordinate representation of color #8C2E36: hue angle of 354.89º 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 #8C2E36 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 46 54 -
CMYK 0 0.67 0.61 0.45
HSL 354.89º 0.51% 0.36% -
HSV(B) 354.89º 0.67% 0.55% -
XYZ 12.46 7.8 4.34 -
YUV 75.02 116.14 174.35 -
System Red Green Blue C M Y K H S L
Decimal 140 46 54 0 0.67 0.61 0.45 354.89 0.51 0.36
Hex 8C 2E 36 0 43 3D 2D 163 33 24
Octal 214 56 66 0 103 75 55 543 63 44
Binary 10001100 101110 110110 0 1000011 111101 101101 101100011 110011 100100

Color Harmonies of #8C2E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2E36

Black with #8C2E36

Text Example


Text Example

White with #8C2E36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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