Html Css Color HEX #862C2C Tall Poppy

📋 copy color: '#862C2C'

red 134 ◦ green 44 ◦ blue 44

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

Shades of Tall Poppy #862C2C

Tints of Tall Poppy #862C2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 19.82%

R = 60.36%
G = 19.82%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#862C2C (or 0x862C2C) is known color: Tall Poppy. HEX triplet: 86, 2C and 2C. RGB value is (134,44,44). Sum of RGB (Red+Green+Blue) = 134+44+44=222 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.36% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 44 (17.58% from 255 or 19.82% from 222); Max value from RGB is 134 - color contains mainly: red. Hex color #862C2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862C2C is #79D3D3. Grayscale: #474747. Windows color (decimal): -7984084 or 2894982. OLE color: 2894982.

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

Color convert

RGB 134 44 44 -
CMYK 0 0.67 0.67 0.47
HSL 0.51% 0.35% -
HSV(B) 0.67% 0.53% -
XYZ 11.19 7.05 3.15 -
YUV 70.91 112.82 173 -
System Red Green Blue C M Y K H S L
Decimal 134 44 44 0 0.67 0.67 0.47 0 0.51 0.35
Hex 86 2C 2C 0 43 43 2F 0 33 23
Octal 206 54 54 0 103 103 57 0 63 43
Binary 10000110 101100 101100 0 1000011 1000011 101111 0 110011 100011

Color Harmonies of #862C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862C2C

Black with #862C2C

Text Example


Text Example

White with #862C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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