Html Css Color HEX #8B3237 Old Brick

📋 copy color: '#8B3237'

red 139 ◦ green 50 ◦ blue 55

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

Shades of Old Brick #8B3237

Tints of Old Brick #8B3237

RGB

 RED value IS 139 (54.69% from 255) = 56.97%

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

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

R = 56.97%
G = 20.49%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.60

 K value IS 0.45

RGB Variations

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

Color information

#8B3237 (or 0x8B3237) is known color: Old Brick. HEX triplet: 8B, 32 and 37. RGB value is (139,50,55). Sum of RGB (Red+Green+Blue) = 139+50+55=244 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.97% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 55 (21.88% from 255 or 22.54% from 244); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3237 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3237 is #74CDC8. Grayscale: #4D4D4D. Windows color (decimal): -7654857 or 3617419. OLE color: 3617419.

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

Color convert

RGB 139 50 55 -
CMYK 0 0.64 0.60 0.45
HSL 356.63º 0.47% 0.37% -
HSV(B) 356.63º 0.64% 0.55% -
XYZ 12.48 8.05 4.51 -
YUV 77.18 115.49 172.09 -
System Red Green Blue C M Y K H S L
Decimal 139 50 55 0 0.64 0.60 0.45 356.63 0.47 0.37
Hex 8B 32 37 0 40 3C 2D 165 2F 25
Octal 213 62 67 0 100 74 55 545 57 45
Binary 10001011 110010 110111 0 1000000 111100 101101 101100101 101111 100101

Color Harmonies of #8B3237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3237

Black with #8B3237

Text Example


Text Example

White with #8B3237

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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