Html Css Color HEX #8B3431 Tall Poppy

📋 copy color: '#8B3431'

red 139 ◦ green 52 ◦ blue 49

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

Shades of Tall Poppy #8B3431

Tints of Tall Poppy #8B3431

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.67%

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

R = 57.92%
G = 21.67%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#8B3431 (or 0x8B3431) is known color: Tall Poppy. HEX triplet: 8B, 34 and 31. RGB value is (139,52,49). Sum of RGB (Red+Green+Blue) = 139+52+49=240 (31% of max value = 765). Red value is 139 (54.69% from 255 or 57.92% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 49 (19.53% from 255 or 20.42% from 240); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3431 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3431 is #74CBCE. Grayscale: #4D4D4D. Windows color (decimal): -7654351 or 3224715. OLE color: 3224715.

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

Color convert

RGB 139 52 49 -
CMYK 0 0.63 0.65 0.45
HSL 0.48% 0.37% -
HSV(B) 0.65% 0.55% -
XYZ 12.43 8.17 3.83 -
YUV 77.67 111.82 171.74 -
System Red Green Blue C M Y K H S L
Decimal 139 52 49 0 0.63 0.65 0.45 2 0.48 0.37
Hex 8B 34 31 0 3F 41 2D 2 30 25
Octal 213 64 61 0 77 101 55 2 60 45
Binary 10001011 110100 110001 0 111111 1000001 101101 10 110000 100101

Color Harmonies of #8B3431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3431

Black with #8B3431

Text Example


Text Example

White with #8B3431

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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