Html Css Color HEX #813838 Tall Poppy

📋 copy color: '#813838'

red 129 ◦ green 56 ◦ blue 56

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

Shades of Tall Poppy #813838

Tints of Tall Poppy #813838

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.24%

 BLUE value IS 56 (22.27% from 255) = 23.24%

R = 53.53%
G = 23.24%
B = 23.24%

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

#813838 (or 0x813838) is known color: Tall Poppy. HEX triplet: 81, 38 and 38. RGB value is (129,56,56). Sum of RGB (Red+Green+Blue) = 129+56+56=241 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.53% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 56 (22.27% from 255 or 23.24% from 241); Max value from RGB is 129 - color contains mainly: red. Hex color #813838 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813838 is #7EC7C7. Grayscale: #4D4D4D. Windows color (decimal): -8308680 or 3684481. OLE color: 3684481.

HSL color Cylindrical-coordinate representation of color #813838: 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.57%. Process color model (Four color, CMYK) of #813838 is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 56 56 -
CMYK 0 0.57 0.57 0.49
HSL 0.39% 0.36% -
HSV(B) 0.57% 0.51% -
XYZ 11.18 7.78 4.65 -
YUV 77.83 115.68 164.5 -
System Red Green Blue C M Y K H S L
Decimal 129 56 56 0 0.57 0.57 0.49 0 0.39 0.36
Hex 81 38 38 0 39 39 31 0 27 24
Octal 201 70 70 0 71 71 61 0 47 44
Binary 10000001 111000 111000 0 111001 111001 110001 0 100111 100100

Color Harmonies of #813838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813838

Black with #813838

Text Example


Text Example

White with #813838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813838; }

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

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

background-color css

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

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

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

border-color css

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

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

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