Html Css Color HEX #822F2D Tall Poppy

📋 copy color: '#822F2D'

red 130 ◦ green 47 ◦ blue 45

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

Shades of Tall Poppy #822F2D

Tints of Tall Poppy #822F2D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.17%

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

R = 58.56%
G = 21.17%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#822F2D (or 0x822F2D) is known color: Tall Poppy. HEX triplet: 82, 2F and 2D. RGB value is (130,47,45). Sum of RGB (Red+Green+Blue) = 130+47+45=222 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.56% from 222); Green value is 47 (18.75% from 255 or 21.17% from 222); Blue value is 45 (17.97% from 255 or 20.27% from 222); Max value from RGB is 130 - color contains mainly: red. Hex color #822F2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822F2D is #7DD0D2. Grayscale: #474747. Windows color (decimal): -8245459 or 2961282. OLE color: 2961282.

HSL color Cylindrical-coordinate representation of color #822F2D: hue angle of 1.41º 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 #822F2D is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 47 45 -
CMYK 0 0.64 0.65 0.49
HSL 1.41º 0.49% 0.34% -
HSV(B) 1.41º 0.65% 0.51% -
XYZ 10.7 6.97 3.26 -
YUV 71.59 113 169.66 -
System Red Green Blue C M Y K H S L
Decimal 130 47 45 0 0.64 0.65 0.49 1.41 0.49 0.34
Hex 82 2F 2D 0 40 41 31 1 31 22
Octal 202 57 55 0 100 101 61 1 61 42
Binary 10000010 101111 101101 0 1000000 1000001 110001 1 110001 100010

Color Harmonies of #822F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822F2D

Black with #822F2D

Text Example


Text Example

White with #822F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822F2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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