Html Css Color HEX #873331 Tall Poppy

📋 copy color: '#873331'

red 135 ◦ green 51 ◦ blue 49

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

Shades of Tall Poppy #873331

Tints of Tall Poppy #873331

RGB

 RED value IS 135 (53.13% from 255) = 57.45%

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

 BLUE value IS 49 (19.53% from 255) = 20.85%

R = 57.45%
G = 21.7%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#873331 (or 0x873331) is known color: Tall Poppy. HEX triplet: 87, 33 and 31. RGB value is (135,51,49). Sum of RGB (Red+Green+Blue) = 135+51+49=235 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.45% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 49 (19.53% from 255 or 20.85% from 235); Max value from RGB is 135 - color contains mainly: red. Hex color #873331 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873331 is #78CCCE. Grayscale: #4B4B4B. Windows color (decimal): -7916751 or 3224455. OLE color: 3224455.

HSL color Cylindrical-coordinate representation of color #873331: hue angle of 1.4º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #873331 is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 51 49 -
CMYK 0 0.62 0.64 0.47
HSL 1.4º 0.47% 0.36% -
HSV(B) 1.4º 0.64% 0.53% -
XYZ 11.73 7.74 3.78 -
YUV 75.89 112.83 170.16 -
System Red Green Blue C M Y K H S L
Decimal 135 51 49 0 0.62 0.64 0.47 1.4 0.47 0.36
Hex 87 33 31 0 3E 40 2F 1 2F 24
Octal 207 63 61 0 76 100 57 1 57 44
Binary 10000111 110011 110001 0 111110 1000000 101111 1 101111 100100

Color Harmonies of #873331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873331

Black with #873331

Text Example


Text Example

White with #873331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873331; }

 p { color: rgb(135,51,49); }

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

background-color css

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

 a { background-color: rgb(135,51,49); }

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

border-color css

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

 span { border-color: rgb(135,51,49); }

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