Html Css Color HEX #8A302D Tall Poppy

📋 copy color: '#8A302D'

red 138 ◦ green 48 ◦ blue 45

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

Shades of Tall Poppy #8A302D

Tints of Tall Poppy #8A302D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 19.48%

R = 59.74%
G = 20.78%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.46

RGB Variations

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

Color information

#8A302D (or 0x8A302D) is known color: Tall Poppy. HEX triplet: 8A, 30 and 2D. RGB value is (138,48,45). Sum of RGB (Red+Green+Blue) = 138+48+45=231 (30% of max value = 765). Red value is 138 (54.30% from 255 or 59.74% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 45 (17.97% from 255 or 19.48% from 231); Max value from RGB is 138 - color contains mainly: red. Hex color #8A302D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A302D is #75CFD2. Grayscale: #4A4A4A. Windows color (decimal): -7720915 or 2961546. OLE color: 2961546.

HSL color Cylindrical-coordinate representation of color #8A302D: hue angle of 1.94º degrees, saturation: 0.51, 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 #8A302D is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 48 45 -
CMYK 0 0.65 0.67 0.46
HSL 1.94º 0.51% 0.36% -
HSV(B) 1.94º 0.67% 0.54% -
XYZ 12.01 7.71 3.34 -
YUV 74.57 111.32 173.24 -
System Red Green Blue C M Y K H S L
Decimal 138 48 45 0 0.65 0.67 0.46 1.94 0.51 0.36
Hex 8A 30 2D 0 41 43 2E 2 33 24
Octal 212 60 55 0 101 103 56 2 63 44
Binary 10001010 110000 101101 0 1000001 1000011 101110 10 110011 100100

Color Harmonies of #8A302D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A302D

Black with #8A302D

Text Example


Text Example

White with #8A302D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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