Html Css Color HEX #8C2F36 Old Brick

📋 copy color: '#8C2F36'

red 140 ◦ green 47 ◦ blue 54

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

Shades of Old Brick #8C2F36

Tints of Old Brick #8C2F36

RGB

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

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

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

R = 58.09%
G = 19.5%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.61

 K value IS 0.45

RGB Variations

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

Color information

#8C2F36 (or 0x8C2F36) is known color: Old Brick. HEX triplet: 8C, 2F and 36. RGB value is (140,47,54). Sum of RGB (Red+Green+Blue) = 140+47+54=241 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.09% from 241); Green value is 47 (18.75% from 255 or 19.50% from 241); Blue value is 54 (21.48% from 255 or 22.41% from 241); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2F36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2F36 is #73D0C9. Grayscale: #4B4B4B. Windows color (decimal): -7590090 or 3551116. OLE color: 3551116.

HSL color Cylindrical-coordinate representation of color #8C2F36: hue angle of 355.48º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C2F36 is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 47 54 -
CMYK 0 0.66 0.61 0.45
HSL 355.48º 0.5% 0.37% -
HSV(B) 355.48º 0.66% 0.55% -
XYZ 12.5 7.87 4.35 -
YUV 75.61 115.81 173.93 -
System Red Green Blue C M Y K H S L
Decimal 140 47 54 0 0.66 0.61 0.45 355.48 0.5 0.37
Hex 8C 2F 36 0 42 3D 2D 163 32 25
Octal 214 57 66 0 102 75 55 543 62 45
Binary 10001100 101111 110110 0 1000010 111101 101101 101100011 110010 100101

Color Harmonies of #8C2F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2F36

Black with #8C2F36

Text Example


Text Example

White with #8C2F36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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