Html Css Color HEX #7F3231 Tall Poppy

📋 copy color: '#7F3231'

red 127 ◦ green 50 ◦ blue 49

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

Shades of Tall Poppy #7F3231

Tints of Tall Poppy #7F3231

RGB

 RED value IS 127 (50% from 255) = 56.19%

 GREEN value IS 50 (19.92% from 255) = 22.12%

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

R = 56.19%
G = 22.12%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.61

 K value IS 0.50

RGB Variations

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

Color information

#7F3231 (or 0x7F3231) is known color: Tall Poppy. HEX triplet: 7F, 32 and 31. RGB value is (127,50,49). Sum of RGB (Red+Green+Blue) = 127+50+49=226 (29% of max value = 765). Red value is 127 (50% from 255 or 56.19% from 226); Green value is 50 (19.92% from 255 or 22.12% from 226); Blue value is 49 (19.53% from 255 or 21.68% from 226); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3231 is #80CDCE. Grayscale: #484848. Windows color (decimal): -8441295 or 3224191. OLE color: 3224191.

HSL color Cylindrical-coordinate representation of color #7F3231: hue angle of 0.77º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7F3231 is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 50 49 -
CMYK 0 0.61 0.61 0.50
HSL 0.77º 0.44% 0.35% -
HSV(B) 0.77º 0.61% 0.5% -
XYZ 10.45 7.01 3.71 -
YUV 72.91 114.51 166.58 -
System Red Green Blue C M Y K H S L
Decimal 127 50 49 0 0.61 0.61 0.50 0.77 0.44 0.35
Hex 7F 32 31 0 3D 3D 32 1 2C 23
Octal 177 62 61 0 75 75 62 1 54 43
Binary 1111111 110010 110001 0 111101 111101 110010 1 101100 100011

Color Harmonies of #7F3231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F3231

Black with #7F3231

Text Example


Text Example

White with #7F3231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F3231; }

 p { color: rgb(127,50,49); }

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

background-color css

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

 a { background-color: rgb(127,50,49); }

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

border-color css

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

 span { border-color: rgb(127,50,49); }

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