Html Css Color HEX #863535 Tall Poppy

📋 copy color: '#863535'

red 134 ◦ green 53 ◦ blue 53

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

Shades of Tall Poppy #863535

Tints of Tall Poppy #863535

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.08%

 BLUE value IS 53 (21.09% from 255) = 22.08%

R = 55.83%
G = 22.08%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#863535 (or 0x863535) is known color: Tall Poppy. HEX triplet: 86, 35 and 35. RGB value is (134,53,53). Sum of RGB (Red+Green+Blue) = 134+53+53=240 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.83% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 53 (21.09% from 255 or 22.08% from 240); Max value from RGB is 134 - color contains mainly: red. Hex color #863535 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863535 is #79CACA. Grayscale: #4D4D4D. Windows color (decimal): -7981771 or 3487110. OLE color: 3487110.

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

Color convert

RGB 134 53 53 -
CMYK 0 0.60 0.60 0.47
HSL 0.43% 0.37% -
HSV(B) 0.6% 0.53% -
XYZ 11.75 7.87 4.27 -
YUV 77.22 114.34 168.5 -
System Red Green Blue C M Y K H S L
Decimal 134 53 53 0 0.60 0.60 0.47 0 0.43 0.37
Hex 86 35 35 0 3C 3C 2F 0 2B 25
Octal 206 65 65 0 74 74 57 0 53 45
Binary 10000110 110101 110101 0 111100 111100 101111 0 101011 100101

Color Harmonies of #863535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863535

Black with #863535

Text Example


Text Example

White with #863535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863535; }

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

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

background-color css

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

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

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

border-color css

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

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

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