Html Css Color HEX #8C3039 Old Brick

📋 copy color: '#8C3039'

red 140 ◦ green 48 ◦ blue 57

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

Shades of Old Brick #8C3039

Tints of Old Brick #8C3039

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.59%

 BLUE value IS 57 (22.66% from 255) = 23.27%

R = 57.14%
G = 19.59%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.59

 K value IS 0.45

RGB Variations

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

Color information

#8C3039 (or 0x8C3039) is known color: Old Brick. HEX triplet: 8C, 30 and 39. RGB value is (140,48,57). Sum of RGB (Red+Green+Blue) = 140+48+57=245 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.14% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 57 (22.66% from 255 or 23.27% from 245); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3039 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3039 is #73CFC6. Grayscale: #4C4C4C. Windows color (decimal): -7589831 or 3747980. OLE color: 3747980.

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

Color convert

RGB 140 48 57 -
CMYK 0 0.66 0.59 0.45
HSL 354.13º 0.49% 0.37% -
HSV(B) 354.13º 0.66% 0.55% -
XYZ 12.61 7.98 4.75 -
YUV 76.53 116.98 173.27 -
System Red Green Blue C M Y K H S L
Decimal 140 48 57 0 0.66 0.59 0.45 354.13 0.49 0.37
Hex 8C 30 39 0 42 3B 2D 162 31 25
Octal 214 60 71 0 102 73 55 542 61 45
Binary 10001100 110000 111001 0 1000010 111011 101101 101100010 110001 100101

Color Harmonies of #8C3039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3039

Black with #8C3039

Text Example


Text Example

White with #8C3039

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,48,57); }

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

background-color css

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

 a { background-color: rgb(140,48,57); }

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

border-color css

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

 span { border-color: rgb(140,48,57); }

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