Html Css Color HEX #862C2B Tall Poppy

📋 copy color: '#862C2B'

red 134 ◦ green 44 ◦ blue 43

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

Shades of Tall Poppy #862C2B

Tints of Tall Poppy #862C2B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.91%

 BLUE value IS 43 (17.19% from 255) = 19.46%

R = 60.63%
G = 19.91%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#862C2B (or 0x862C2B) is known color: Tall Poppy. HEX triplet: 86, 2C and 2B. RGB value is (134,44,43). Sum of RGB (Red+Green+Blue) = 134+44+43=221 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.63% from 221); Green value is 44 (17.58% from 255 or 19.91% from 221); Blue value is 43 (17.19% from 255 or 19.46% from 221); Max value from RGB is 134 - color contains mainly: red. Hex color #862C2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862C2B is #79D3D4. Grayscale: #464646. Windows color (decimal): -7984085 or 2829446. OLE color: 2829446.

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

Color convert

RGB 134 44 43 -
CMYK 0 0.67 0.68 0.47
HSL 0.66º 0.51% 0.35% -
HSV(B) 0.66º 0.68% 0.53% -
XYZ 11.17 7.04 3.06 -
YUV 70.8 112.32 173.08 -
System Red Green Blue C M Y K H S L
Decimal 134 44 43 0 0.67 0.68 0.47 0.66 0.51 0.35
Hex 86 2C 2B 0 43 44 2F 1 33 23
Octal 206 54 53 0 103 104 57 1 63 43
Binary 10000110 101100 101011 0 1000011 1000100 101111 1 110011 100011

Color Harmonies of #862C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862C2B

Black with #862C2B

Text Example


Text Example

White with #862C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862C2B; }

 p { color: rgb(134,44,43); }

 H1.HeaderClassName
 {
   color: #862C2B;
 }
 .AnyTagClassName
 {
   color: #862C2B;
 }
</style>

background-color css

<style>
 a { background-color: #862C2B; }

 a { background-color: rgb(134,44,43); }

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

border-color css

<style>
 span { border-color: #862C2B; }

 span { border-color: rgb(134,44,43); }

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