Html Css Color HEX #813432 Tall Poppy

📋 copy color: '#813432'

red 129 ◦ green 52 ◦ blue 50

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

Shades of Tall Poppy #813432

Tints of Tall Poppy #813432

RGB

 RED value IS 129 (50.78% from 255) = 55.84%

 GREEN value IS 52 (20.7% from 255) = 22.51%

 BLUE value IS 50 (19.92% from 255) = 21.65%

R = 55.84%
G = 22.51%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#813432 (or 0x813432) is known color: Tall Poppy. HEX triplet: 81, 34 and 32. RGB value is (129,52,50). Sum of RGB (Red+Green+Blue) = 129+52+50=231 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.84% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 50 (19.92% from 255 or 21.65% from 231); Max value from RGB is 129 - color contains mainly: red. Hex color #813432 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813432 is #7ECBCD. Grayscale: #4A4A4A. Windows color (decimal): -8309710 or 3290241. OLE color: 3290241.

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

Color convert

RGB 129 52 50 -
CMYK 0 0.60 0.61 0.49
HSL 1.52º 0.44% 0.35% -
HSV(B) 1.52º 0.61% 0.51% -
XYZ 10.86 7.35 3.86 -
YUV 74.8 114.01 166.66 -
System Red Green Blue C M Y K H S L
Decimal 129 52 50 0 0.60 0.61 0.49 1.52 0.44 0.35
Hex 81 34 32 0 3C 3D 31 2 2C 23
Octal 201 64 62 0 74 75 61 2 54 43
Binary 10000001 110100 110010 0 111100 111101 110001 10 101100 100011

Color Harmonies of #813432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813432

Black with #813432

Text Example


Text Example

White with #813432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813432; }

 p { color: rgb(129,52,50); }

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

background-color css

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

 a { background-color: rgb(129,52,50); }

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

border-color css

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

 span { border-color: rgb(129,52,50); }

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