Html Css Color HEX #863333 Tall Poppy

📋 copy color: '#863333'

red 134 ◦ green 51 ◦ blue 51

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

Shades of Tall Poppy #863333

Tints of Tall Poppy #863333

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.61%

 BLUE value IS 51 (20.31% from 255) = 21.61%

R = 56.78%
G = 21.61%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#863333 (or 0x863333) is known color: Tall Poppy. HEX triplet: 86, 33 and 33. RGB value is (134,51,51). Sum of RGB (Red+Green+Blue) = 134+51+51=236 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.78% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 51 (20.31% from 255 or 21.61% from 236); Max value from RGB is 134 - color contains mainly: red. Hex color #863333 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863333 is #79CCCC. Grayscale: #4B4B4B. Windows color (decimal): -7982285 or 3355526. OLE color: 3355526.

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

Color convert

RGB 134 51 51 -
CMYK 0 0.62 0.62 0.47
HSL 0.45% 0.36% -
HSV(B) 0.62% 0.53% -
XYZ 11.61 7.68 4 -
YUV 75.82 114 169.5 -
System Red Green Blue C M Y K H S L
Decimal 134 51 51 0 0.62 0.62 0.47 0 0.45 0.36
Hex 86 33 33 0 3E 3E 2F 0 2D 24
Octal 206 63 63 0 76 76 57 0 55 44
Binary 10000110 110011 110011 0 111110 111110 101111 0 101101 100100

Color Harmonies of #863333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863333

Black with #863333

Text Example


Text Example

White with #863333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863333; }

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

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

background-color css

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

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

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

border-color css

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

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

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