Html Css Color HEX #8B3239 Old Brick

📋 copy color: '#8B3239'

red 139 ◦ green 50 ◦ blue 57

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

Shades of Old Brick #8B3239

Tints of Old Brick #8B3239

RGB

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

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

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

R = 56.5%
G = 20.33%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.59

 K value IS 0.45

RGB Variations

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

Color information

#8B3239 (or 0x8B3239) is known color: Old Brick. HEX triplet: 8B, 32 and 39. RGB value is (139,50,57). Sum of RGB (Red+Green+Blue) = 139+50+57=246 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.50% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 57 (22.66% from 255 or 23.17% from 246); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3239 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3239 is #74CDC6. Grayscale: #4D4D4D. Windows color (decimal): -7654855 or 3748491. OLE color: 3748491.

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

Color convert

RGB 139 50 57 -
CMYK 0 0.64 0.59 0.45
HSL 355.28º 0.47% 0.37% -
HSV(B) 355.28º 0.64% 0.55% -
XYZ 12.53 8.07 4.77 -
YUV 77.41 116.49 171.93 -
System Red Green Blue C M Y K H S L
Decimal 139 50 57 0 0.64 0.59 0.45 355.28 0.47 0.37
Hex 8B 32 39 0 40 3B 2D 163 2F 25
Octal 213 62 71 0 100 73 55 543 57 45
Binary 10001011 110010 111001 0 1000000 111011 101101 101100011 101111 100101

Color Harmonies of #8B3239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3239

Black with #8B3239

Text Example


Text Example

White with #8B3239

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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