Html Css Color HEX #813737 Tall Poppy

📋 copy color: '#813737'

red 129 ◦ green 55 ◦ blue 55

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

Shades of Tall Poppy #813737

Tints of Tall Poppy #813737

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.01%

 BLUE value IS 55 (21.88% from 255) = 23.01%

R = 53.97%
G = 23.01%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#813737 (or 0x813737) is known color: Tall Poppy. HEX triplet: 81, 37 and 37. RGB value is (129,55,55). Sum of RGB (Red+Green+Blue) = 129+55+55=239 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.97% from 239); Green value is 55 (21.88% from 255 or 23.01% from 239); Blue value is 55 (21.88% from 255 or 23.01% from 239); Max value from RGB is 129 - color contains mainly: red. Hex color #813737 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813737 is #7EC8C8. Grayscale: #4D4D4D. Windows color (decimal): -8308937 or 3618689. OLE color: 3618689.

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

Color convert

RGB 129 55 55 -
CMYK 0 0.57 0.57 0.49
HSL 0.4% 0.36% -
HSV(B) 0.57% 0.51% -
XYZ 11.11 7.68 4.51 -
YUV 77.13 115.52 165 -
System Red Green Blue C M Y K H S L
Decimal 129 55 55 0 0.57 0.57 0.49 0 0.4 0.36
Hex 81 37 37 0 39 39 31 0 28 24
Octal 201 67 67 0 71 71 61 0 50 44
Binary 10000001 110111 110111 0 111001 111001 110001 0 101000 100100

Color Harmonies of #813737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813737

Black with #813737

Text Example


Text Example

White with #813737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813737; }

 p { color: rgb(129,55,55); }

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

background-color css

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

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

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

border-color css

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

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

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