Html Css Color HEX #813332 Tall Poppy

📋 copy color: '#813332'

red 129 ◦ green 51 ◦ blue 50

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

Shades of Tall Poppy #813332

Tints of Tall Poppy #813332

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.17%

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

R = 56.09%
G = 22.17%
B = 21.74%

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

#813332 (or 0x813332) is known color: Tall Poppy. HEX triplet: 81, 33 and 32. RGB value is (129,51,50). Sum of RGB (Red+Green+Blue) = 129+51+50=230 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.09% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 50 (19.92% from 255 or 21.74% from 230); Max value from RGB is 129 - color contains mainly: red. Hex color #813332 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813332 is #7ECCCD. Grayscale: #4A4A4A. Windows color (decimal): -8309966 or 3289985. OLE color: 3289985.

HSL color Cylindrical-coordinate representation of color #813332: hue angle of 0.76º 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 #813332 is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 51 50 -
CMYK 0 0.60 0.61 0.49
HSL 0.76º 0.44% 0.35% -
HSV(B) 0.76º 0.61% 0.51% -
XYZ 10.81 7.27 3.85 -
YUV 74.21 114.34 167.08 -
System Red Green Blue C M Y K H S L
Decimal 129 51 50 0 0.60 0.61 0.49 0.76 0.44 0.35
Hex 81 33 32 0 3C 3D 31 1 2C 23
Octal 201 63 62 0 74 75 61 1 54 43
Binary 10000001 110011 110010 0 111100 111101 110001 1 101100 100011

Color Harmonies of #813332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813332

Black with #813332

Text Example


Text Example

White with #813332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813332; }

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

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

background-color css

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

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

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

border-color css

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

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

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