Html Css Color HEX #82312D Tall Poppy

📋 copy color: '#82312D'

red 130 ◦ green 49 ◦ blue 45

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

Shades of Tall Poppy #82312D

Tints of Tall Poppy #82312D

RGB

 RED value IS 130 (51.17% from 255) = 58.04%

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

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

R = 58.04%
G = 21.88%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#82312D (or 0x82312D) is known color: Tall Poppy. HEX triplet: 82, 31 and 2D. RGB value is (130,49,45). Sum of RGB (Red+Green+Blue) = 130+49+45=224 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.04% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 130 - color contains mainly: red. Hex color #82312D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82312D is #7DCED2. Grayscale: #484848. Windows color (decimal): -8244947 or 2961794. OLE color: 2961794.

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

Color convert

RGB 130 49 45 -
CMYK 0 0.62 0.65 0.49
HSL 2.82º 0.49% 0.34% -
HSV(B) 2.82º 0.65% 0.51% -
XYZ 10.78 7.13 3.29 -
YUV 72.76 112.34 168.83 -
System Red Green Blue C M Y K H S L
Decimal 130 49 45 0 0.62 0.65 0.49 2.82 0.49 0.34
Hex 82 31 2D 0 3E 41 31 3 31 22
Octal 202 61 55 0 76 101 61 3 61 42
Binary 10000010 110001 101101 0 111110 1000001 110001 11 110001 100010

Color Harmonies of #82312D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82312D

Black with #82312D

Text Example


Text Example

White with #82312D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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