Html Css Color HEX #8C3237 Old Brick

📋 copy color: '#8C3237'

red 140 ◦ green 50 ◦ blue 55

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

Shades of Old Brick #8C3237

Tints of Old Brick #8C3237

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.41%

 BLUE value IS 55 (21.88% from 255) = 22.45%

R = 57.14%
G = 20.41%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.61

 K value IS 0.45

RGB Variations

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

Color information

#8C3237 (or 0x8C3237) is known color: Old Brick. HEX triplet: 8C, 32 and 37. RGB value is (140,50,55). Sum of RGB (Red+Green+Blue) = 140+50+55=245 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.14% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 55 (21.88% from 255 or 22.45% from 245); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3237 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3237 is #73CDC8. Grayscale: #4D4D4D. Windows color (decimal): -7589321 or 3617420. OLE color: 3617420.

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

Color convert

RGB 140 50 55 -
CMYK 0 0.64 0.61 0.45
HSL 356.67º 0.47% 0.37% -
HSV(B) 356.67º 0.64% 0.55% -
XYZ 12.65 8.13 4.52 -
YUV 77.48 115.32 172.59 -
System Red Green Blue C M Y K H S L
Decimal 140 50 55 0 0.64 0.61 0.45 356.67 0.47 0.37
Hex 8C 32 37 0 40 3D 2D 165 2F 25
Octal 214 62 67 0 100 75 55 545 57 45
Binary 10001100 110010 110111 0 1000000 111101 101101 101100101 101111 100101

Color Harmonies of #8C3237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3237

Black with #8C3237

Text Example


Text Example

White with #8C3237

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,50,55); }

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

background-color css

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

 a { background-color: rgb(140,50,55); }

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

border-color css

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

 span { border-color: rgb(140,50,55); }

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