Html Css Color HEX #8A2E2E Tall Poppy

📋 copy color: '#8A2E2E'

red 138 ◦ green 46 ◦ blue 46

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

Shades of Tall Poppy #8A2E2E

Tints of Tall Poppy #8A2E2E

RGB

 RED value IS 138 (54.3% from 255) = 60%

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

 BLUE value IS 46 (18.36% from 255) = 20%

R = 60%
G = 20%
B = 20%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.67

 K value IS 0.46

RGB Variations

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

Color information

#8A2E2E (or 0x8A2E2E) is known color: Tall Poppy. HEX triplet: 8A, 2E and 2E. RGB value is (138,46,46). Sum of RGB (Red+Green+Blue) = 138+46+46=230 (30% of max value = 765). Red value is 138 (54.30% from 255 or 60% from 230); Green value is 46 (18.36% from 255 or 20% from 230); Blue value is 46 (18.36% from 255 or 20% from 230); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2E2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2E2E is #75D1D1. Grayscale: #494949. Windows color (decimal): -7721426 or 3026570. OLE color: 3026570.

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

Color convert

RGB 138 46 46 -
CMYK 0 0.67 0.67 0.46
HSL 0.5% 0.36% -
HSV(B) 0.67% 0.54% -
XYZ 11.95 7.55 3.41 -
YUV 73.51 112.48 174 -
System Red Green Blue C M Y K H S L
Decimal 138 46 46 0 0.67 0.67 0.46 0 0.5 0.36
Hex 8A 2E 2E 0 43 43 2E 0 32 24
Octal 212 56 56 0 103 103 56 0 62 44
Binary 10001010 101110 101110 0 1000011 1000011 101110 0 110010 100100

Color Harmonies of #8A2E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2E2E

Black with #8A2E2E

Text Example


Text Example

White with #8A2E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,46,46); }

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

background-color css

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

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

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

border-color css

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

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

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