Html Css Color HEX #8A302F Tall Poppy

📋 copy color: '#8A302F'

red 138 ◦ green 48 ◦ blue 47

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

Shades of Tall Poppy #8A302F

Tints of Tall Poppy #8A302F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.6%

 BLUE value IS 47 (18.75% from 255) = 20.17%

R = 59.23%
G = 20.6%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.46

RGB Variations

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

Color information

#8A302F (or 0x8A302F) is known color: Tall Poppy. HEX triplet: 8A, 30 and 2F. RGB value is (138,48,47). Sum of RGB (Red+Green+Blue) = 138+48+47=233 (30% of max value = 765). Red value is 138 (54.30% from 255 or 59.23% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 47 (18.75% from 255 or 20.17% from 233); Max value from RGB is 138 - color contains mainly: red. Hex color #8A302F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A302F is #75CFD0. Grayscale: #4A4A4A. Windows color (decimal): -7720913 or 3092618. OLE color: 3092618.

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

Color convert

RGB 138 48 47 -
CMYK 0 0.65 0.66 0.46
HSL 0.66º 0.49% 0.36% -
HSV(B) 0.66º 0.66% 0.54% -
XYZ 12.05 7.72 3.54 -
YUV 74.8 112.32 173.08 -
System Red Green Blue C M Y K H S L
Decimal 138 48 47 0 0.65 0.66 0.46 0.66 0.49 0.36
Hex 8A 30 2F 0 41 42 2E 1 31 24
Octal 212 60 57 0 101 102 56 1 61 44
Binary 10001010 110000 101111 0 1000001 1000010 101110 1 110001 100100

Color Harmonies of #8A302F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A302F

Black with #8A302F

Text Example


Text Example

White with #8A302F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,48,47); }

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

background-color css

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

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

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

border-color css

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

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

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