Html Css Color HEX #83312D Tall Poppy

📋 copy color: '#83312D'

red 131 ◦ green 49 ◦ blue 45

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

Shades of Tall Poppy #83312D

Tints of Tall Poppy #83312D

RGB

 RED value IS 131 (51.56% from 255) = 58.22%

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

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

R = 58.22%
G = 21.78%
B = 20%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#83312D (or 0x83312D) is known color: Tall Poppy. HEX triplet: 83, 31 and 2D. RGB value is (131,49,45). Sum of RGB (Red+Green+Blue) = 131+49+45=225 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.22% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 45 (17.97% from 255 or 20% from 225); Max value from RGB is 131 - color contains mainly: red. Hex color #83312D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83312D is #7CCED2. Grayscale: #494949. Windows color (decimal): -8179411 or 2961795. OLE color: 2961795.

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

Color convert

RGB 131 49 45 -
CMYK 0 0.63 0.66 0.49
HSL 2.79º 0.49% 0.35% -
HSV(B) 2.79º 0.66% 0.51% -
XYZ 10.93 7.21 3.3 -
YUV 73.06 112.17 169.33 -
System Red Green Blue C M Y K H S L
Decimal 131 49 45 0 0.63 0.66 0.49 2.79 0.49 0.35
Hex 83 31 2D 0 3F 42 31 3 31 23
Octal 203 61 55 0 77 102 61 3 61 43
Binary 10000011 110001 101101 0 111111 1000010 110001 11 110001 100011

Color Harmonies of #83312D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83312D

Black with #83312D

Text Example


Text Example

White with #83312D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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