Html Css Color HEX #8B3231 Tall Poppy

📋 copy color: '#8B3231'

red 139 ◦ green 50 ◦ blue 49

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

Shades of Tall Poppy #8B3231

Tints of Tall Poppy #8B3231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 20.59%

R = 58.4%
G = 21.01%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#8B3231 (or 0x8B3231) is known color: Tall Poppy. HEX triplet: 8B, 32 and 31. RGB value is (139,50,49). Sum of RGB (Red+Green+Blue) = 139+50+49=238 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.40% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 49 (19.53% from 255 or 20.59% from 238); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3231 is #74CDCE. Grayscale: #4C4C4C. Windows color (decimal): -7654863 or 3224203. OLE color: 3224203.

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

Color convert

RGB 139 50 49 -
CMYK 0 0.64 0.65 0.45
HSL 0.67º 0.48% 0.37% -
HSV(B) 0.67º 0.65% 0.55% -
XYZ 12.34 7.99 3.8 -
YUV 76.5 112.49 172.58 -
System Red Green Blue C M Y K H S L
Decimal 139 50 49 0 0.64 0.65 0.45 0.67 0.48 0.37
Hex 8B 32 31 0 40 41 2D 1 30 25
Octal 213 62 61 0 100 101 55 1 60 45
Binary 10001011 110010 110001 0 1000000 1000001 101101 1 110000 100101

Color Harmonies of #8B3231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3231

Black with #8B3231

Text Example


Text Example

White with #8B3231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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