Html Css Color HEX #86302E Tall Poppy

📋 copy color: '#86302E'

red 134 ◦ green 48 ◦ blue 46

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

Shades of Tall Poppy #86302E

Tints of Tall Poppy #86302E

RGB

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

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

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

R = 58.77%
G = 21.05%
B = 20.18%

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

#86302E (or 0x86302E) is known color: Tall Poppy. HEX triplet: 86, 30 and 2E. RGB value is (134,48,46). Sum of RGB (Red+Green+Blue) = 134+48+46=228 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.77% from 228); Green value is 48 (19.14% from 255 or 21.05% from 228); Blue value is 46 (18.36% from 255 or 20.18% from 228); Max value from RGB is 134 - color contains mainly: red. Hex color #86302E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86302E is #79CFD1. Grayscale: #494949. Windows color (decimal): -7983058 or 3027078. OLE color: 3027078.

HSL color Cylindrical-coordinate representation of color #86302E: hue angle of 1.36º degrees, saturation: 0.49, 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 #86302E is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 48 46 -
CMYK 0 0.64 0.66 0.47
HSL 1.36º 0.49% 0.35% -
HSV(B) 1.36º 0.66% 0.53% -
XYZ 11.38 7.38 3.41 -
YUV 73.49 112.49 171.16 -
System Red Green Blue C M Y K H S L
Decimal 134 48 46 0 0.64 0.66 0.47 1.36 0.49 0.35
Hex 86 30 2E 0 40 42 2F 1 31 23
Octal 206 60 56 0 100 102 57 1 61 43
Binary 10000110 110000 101110 0 1000000 1000010 101111 1 110001 100011

Color Harmonies of #86302E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86302E

Black with #86302E

Text Example


Text Example

White with #86302E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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