Html Css Color HEX #8B2E2C Tall Poppy

📋 copy color: '#8B2E2C'

red 139 ◦ green 46 ◦ blue 44

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

Shades of Tall Poppy #8B2E2C

Tints of Tall Poppy #8B2E2C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.09%

 BLUE value IS 44 (17.58% from 255) = 19.21%

R = 60.7%
G = 20.09%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.45

RGB Variations

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

Color information

#8B2E2C (or 0x8B2E2C) is known color: Tall Poppy. HEX triplet: 8B, 2E and 2C. RGB value is (139,46,44). Sum of RGB (Red+Green+Blue) = 139+46+44=229 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.70% from 229); Green value is 46 (18.36% from 255 or 20.09% from 229); Blue value is 44 (17.58% from 255 or 19.21% from 229); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2E2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2E2C is #74D1D3. Grayscale: #494949. Windows color (decimal): -7655892 or 2895499. OLE color: 2895499.

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

Color convert

RGB 139 46 44 -
CMYK 0 0.67 0.68 0.45
HSL 1.26º 0.52% 0.36% -
HSV(B) 1.26º 0.68% 0.55% -
XYZ 12.08 7.62 3.22 -
YUV 73.58 111.31 174.66 -
System Red Green Blue C M Y K H S L
Decimal 139 46 44 0 0.67 0.68 0.45 1.26 0.52 0.36
Hex 8B 2E 2C 0 43 44 2D 1 34 24
Octal 213 56 54 0 103 104 55 1 64 44
Binary 10001011 101110 101100 0 1000011 1000100 101101 1 110100 100100

Color Harmonies of #8B2E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2E2C

Black with #8B2E2C

Text Example


Text Example

White with #8B2E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,46,44); }

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

background-color css

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

 a { background-color: rgb(139,46,44); }

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

border-color css

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

 span { border-color: rgb(139,46,44); }

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