Html Css Color HEX #84312D Tall Poppy

📋 copy color: '#84312D'

red 132 ◦ green 49 ◦ blue 45

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

Shades of Tall Poppy #84312D

Tints of Tall Poppy #84312D

RGB

 RED value IS 132 (51.95% from 255) = 58.41%

 GREEN value IS 49 (19.53% from 255) = 21.68%

 BLUE value IS 45 (17.97% from 255) = 19.91%

R = 58.41%
G = 21.68%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#84312D (or 0x84312D) is known color: Tall Poppy. HEX triplet: 84, 31 and 2D. RGB value is (132,49,45). Sum of RGB (Red+Green+Blue) = 132+49+45=226 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.41% from 226); Green value is 49 (19.53% from 255 or 21.68% from 226); Blue value is 45 (17.97% from 255 or 19.91% from 226); Max value from RGB is 132 - color contains mainly: red. Hex color #84312D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84312D is #7BCED2. Grayscale: #494949. Windows color (decimal): -8113875 or 2961796. OLE color: 2961796.

HSL color Cylindrical-coordinate representation of color #84312D: hue angle of 2.76º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #84312D is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 49 45 -
CMYK 0 0.63 0.66 0.48
HSL 2.76º 0.49% 0.35% -
HSV(B) 2.76º 0.66% 0.52% -
XYZ 11.09 7.29 3.31 -
YUV 73.36 112 169.83 -
System Red Green Blue C M Y K H S L
Decimal 132 49 45 0 0.63 0.66 0.48 2.76 0.49 0.35
Hex 84 31 2D 0 3F 42 30 3 31 23
Octal 204 61 55 0 77 102 60 3 61 43
Binary 10000100 110001 101101 0 111111 1000010 110000 11 110001 100011

Color Harmonies of #84312D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84312D

Black with #84312D

Text Example


Text Example

White with #84312D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84312D; }

 p { color: rgb(132,49,45); }

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

background-color css

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

 a { background-color: rgb(132,49,45); }

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

border-color css

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

 span { border-color: rgb(132,49,45); }

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