Html Css Color HEX #813939 Tall Poppy

📋 copy color: '#813939'

red 129 ◦ green 57 ◦ blue 57

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

Shades of Tall Poppy #813939

Tints of Tall Poppy #813939

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.46%

 BLUE value IS 57 (22.66% from 255) = 23.46%

R = 53.09%
G = 23.46%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#813939 (or 0x813939) is known color: Tall Poppy. HEX triplet: 81, 39 and 39. RGB value is (129,57,57). Sum of RGB (Red+Green+Blue) = 129+57+57=243 (32% of max value = 765). Red value is 129 (50.78% from 255 or 53.09% from 243); Green value is 57 (22.66% from 255 or 23.46% from 243); Blue value is 57 (22.66% from 255 or 23.46% from 243); Max value from RGB is 129 - color contains mainly: red. Hex color #813939 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813939 is #7EC6C6. Grayscale: #4E4E4E. Windows color (decimal): -8308423 or 3750273. OLE color: 3750273.

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

Color convert

RGB 129 57 57 -
CMYK 0 0.56 0.56 0.49
HSL 0.39% 0.36% -
HSV(B) 0.56% 0.51% -
XYZ 11.25 7.89 4.8 -
YUV 78.53 115.85 164 -
System Red Green Blue C M Y K H S L
Decimal 129 57 57 0 0.56 0.56 0.49 0 0.39 0.36
Hex 81 39 39 0 38 38 31 0 27 24
Octal 201 71 71 0 70 70 61 0 47 44
Binary 10000001 111001 111001 0 111000 111000 110001 0 100111 100100

Color Harmonies of #813939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813939

Black with #813939

Text Example


Text Example

White with #813939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813939; }

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

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

background-color css

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

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

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

border-color css

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

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

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