Html Css Color HEX #813B39 Tall Poppy

📋 copy color: '#813B39'

red 129 ◦ green 59 ◦ blue 57

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

Shades of Tall Poppy #813B39

Tints of Tall Poppy #813B39

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.08%

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

R = 52.65%
G = 24.08%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#813B39 (or 0x813B39) is known color: Tall Poppy. HEX triplet: 81, 3B and 39. RGB value is (129,59,57). Sum of RGB (Red+Green+Blue) = 129+59+57=245 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.65% from 245); Green value is 59 (23.44% from 255 or 24.08% from 245); Blue value is 57 (22.66% from 255 or 23.27% from 245); Max value from RGB is 129 - color contains mainly: red. Hex color #813B39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813B39 is #7EC4C6. Grayscale: #4F4F4F. Windows color (decimal): -8307911 or 3750785. OLE color: 3750785.

HSL color Cylindrical-coordinate representation of color #813B39: hue angle of 1.67º 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 #813B39 is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 59 57 -
CMYK 0 0.54 0.56 0.49
HSL 1.67º 0.39% 0.36% -
HSV(B) 1.67º 0.56% 0.51% -
XYZ 11.36 8.09 4.83 -
YUV 79.7 115.19 163.16 -
System Red Green Blue C M Y K H S L
Decimal 129 59 57 0 0.54 0.56 0.49 1.67 0.39 0.36
Hex 81 3B 39 0 36 38 31 2 27 24
Octal 201 73 71 0 66 70 61 2 47 44
Binary 10000001 111011 111001 0 110110 111000 110001 10 100111 100100

Color Harmonies of #813B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813B39

Black with #813B39

Text Example


Text Example

White with #813B39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813B39; }

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

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

background-color css

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

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

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

border-color css

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

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

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