Html Css Color HEX #8C2F34 Old Brick

📋 copy color: '#8C2F34'

red 140 ◦ green 47 ◦ blue 52

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

Shades of Old Brick #8C2F34

Tints of Old Brick #8C2F34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 21.76%

R = 58.58%
G = 19.67%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.63

 K value IS 0.45

RGB Variations

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

Color information

#8C2F34 (or 0x8C2F34) is known color: Old Brick. HEX triplet: 8C, 2F and 34. RGB value is (140,47,52). Sum of RGB (Red+Green+Blue) = 140+47+52=239 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.58% from 239); Green value is 47 (18.75% from 255 or 19.67% from 239); Blue value is 52 (20.70% from 255 or 21.76% from 239); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2F34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2F34 is #73D0CB. Grayscale: #4B4B4B. Windows color (decimal): -7590092 or 3420044. OLE color: 3420044.

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

Color convert

RGB 140 47 52 -
CMYK 0 0.66 0.63 0.45
HSL 356.77º 0.5% 0.37% -
HSV(B) 356.77º 0.66% 0.55% -
XYZ 12.45 7.86 4.11 -
YUV 75.38 114.81 174.09 -
System Red Green Blue C M Y K H S L
Decimal 140 47 52 0 0.66 0.63 0.45 356.77 0.5 0.37
Hex 8C 2F 34 0 42 3F 2D 165 32 25
Octal 214 57 64 0 102 77 55 545 62 45
Binary 10001100 101111 110100 0 1000010 111111 101101 101100101 110010 100101

Color Harmonies of #8C2F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2F34

Black with #8C2F34

Text Example


Text Example

White with #8C2F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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