Html Css Color HEX #86302D Tall Poppy

📋 copy color: '#86302D'

red 134 ◦ green 48 ◦ blue 45

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

Shades of Tall Poppy #86302D

Tints of Tall Poppy #86302D

RGB

 RED value IS 134 (52.73% from 255) = 59.03%

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

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

R = 59.03%
G = 21.15%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#86302D (or 0x86302D) is known color: Tall Poppy. HEX triplet: 86, 30 and 2D. RGB value is (134,48,45). Sum of RGB (Red+Green+Blue) = 134+48+45=227 (30% of max value = 765). Red value is 134 (52.73% from 255 or 59.03% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 45 (17.97% from 255 or 19.82% from 227); Max value from RGB is 134 - color contains mainly: red. Hex color #86302D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86302D is #79CFD2. Grayscale: #494949. Windows color (decimal): -7983059 or 2961542. OLE color: 2961542.

HSL color Cylindrical-coordinate representation of color #86302D: hue angle of 2.02º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #86302D is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 48 45 -
CMYK 0 0.64 0.66 0.47
HSL 2.02º 0.5% 0.35% -
HSV(B) 2.02º 0.66% 0.53% -
XYZ 11.36 7.37 3.31 -
YUV 73.37 111.99 171.24 -
System Red Green Blue C M Y K H S L
Decimal 134 48 45 0 0.64 0.66 0.47 2.02 0.5 0.35
Hex 86 30 2D 0 40 42 2F 2 32 23
Octal 206 60 55 0 100 102 57 2 62 43
Binary 10000110 110000 101101 0 1000000 1000010 101111 10 110010 100011

Color Harmonies of #86302D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86302D

Black with #86302D

Text Example


Text Example

White with #86302D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86302D; }

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

 H1.HeaderClassName
 {
   color: #86302D;
 }
 .AnyTagClassName
 {
   color: #86302D;
 }
</style>

background-color css

<style>
 a { background-color: #86302D; }

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

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

border-color css

<style>
 span { border-color: #86302D; }

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

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