Html Css Color HEX #833231 Tall Poppy

📋 copy color: '#833231'

red 131 ◦ green 50 ◦ blue 49

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

Shades of Tall Poppy #833231

Tints of Tall Poppy #833231

RGB

 RED value IS 131 (51.56% from 255) = 56.96%

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

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

R = 56.96%
G = 21.74%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#833231 (or 0x833231) is known color: Tall Poppy. HEX triplet: 83, 32 and 31. RGB value is (131,50,49). Sum of RGB (Red+Green+Blue) = 131+50+49=230 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.96% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 49 (19.53% from 255 or 21.30% from 230); Max value from RGB is 131 - color contains mainly: red. Hex color #833231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833231 is #7CCDCE. Grayscale: #4A4A4A. Windows color (decimal): -8179151 or 3224195. OLE color: 3224195.

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

Color convert

RGB 131 50 49 -
CMYK 0 0.62 0.63 0.49
HSL 0.73º 0.46% 0.35% -
HSV(B) 0.73º 0.63% 0.51% -
XYZ 11.06 7.33 3.74 -
YUV 74.11 113.84 168.58 -
System Red Green Blue C M Y K H S L
Decimal 131 50 49 0 0.62 0.63 0.49 0.73 0.46 0.35
Hex 83 32 31 0 3E 3F 31 1 2E 23
Octal 203 62 61 0 76 77 61 1 56 43
Binary 10000011 110010 110001 0 111110 111111 110001 1 101110 100011

Color Harmonies of #833231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833231

Black with #833231

Text Example


Text Example

White with #833231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833231; }

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

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

background-color css

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

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

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

border-color css

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

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

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