Html Css Color HEX #842D2D Tall Poppy

📋 copy color: '#842D2D'

red 132 ◦ green 45 ◦ blue 45

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

Shades of Tall Poppy #842D2D

Tints of Tall Poppy #842D2D

RGB

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

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

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

R = 59.46%
G = 20.27%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#842D2D (or 0x842D2D) is known color: Tall Poppy. HEX triplet: 84, 2D and 2D. RGB value is (132,45,45). Sum of RGB (Red+Green+Blue) = 132+45+45=222 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.46% from 222); Green value is 45 (17.97% from 255 or 20.27% from 222); Blue value is 45 (17.97% from 255 or 20.27% from 222); Max value from RGB is 132 - color contains mainly: red. Hex color #842D2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842D2D is #7BD2D2. Grayscale: #474747. Windows color (decimal): -8114899 or 2960772. OLE color: 2960772.

HSL color Cylindrical-coordinate representation of color #842D2D: hue angle of 0º 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 #842D2D is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 45 45 -
CMYK 0 0.66 0.66 0.48
HSL 0.49% 0.35% -
HSV(B) 0.66% 0.52% -
XYZ 10.93 6.97 3.25 -
YUV 71.01 113.32 171.5 -
System Red Green Blue C M Y K H S L
Decimal 132 45 45 0 0.66 0.66 0.48 0 0.49 0.35
Hex 84 2D 2D 0 42 42 30 0 31 23
Octal 204 55 55 0 102 102 60 0 61 43
Binary 10000100 101101 101101 0 1000010 1000010 110000 0 110001 100011

Color Harmonies of #842D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842D2D

Black with #842D2D

Text Example


Text Example

White with #842D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842D2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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