Html Css Color HEX #83302C Tall Poppy

📋 copy color: '#83302C'

red 131 ◦ green 48 ◦ blue 44

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

Shades of Tall Poppy #83302C

Tints of Tall Poppy #83302C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.52%

 BLUE value IS 44 (17.58% from 255) = 19.73%

R = 58.74%
G = 21.52%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#83302C (or 0x83302C) is known color: Tall Poppy. HEX triplet: 83, 30 and 2C. RGB value is (131,48,44). Sum of RGB (Red+Green+Blue) = 131+48+44=223 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.74% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 44 (17.58% from 255 or 19.73% from 223); Max value from RGB is 131 - color contains mainly: red. Hex color #83302C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83302C is #7CCFD3. Grayscale: #484848. Windows color (decimal): -8179668 or 2896003. OLE color: 2896003.

HSL color Cylindrical-coordinate representation of color #83302C: hue angle of 2.76º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #83302C is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 48 44 -
CMYK 0 0.63 0.66 0.49
HSL 2.76º 0.5% 0.34% -
HSV(B) 2.76º 0.66% 0.51% -
XYZ 10.87 7.12 3.18 -
YUV 72.36 112 169.83 -
System Red Green Blue C M Y K H S L
Decimal 131 48 44 0 0.63 0.66 0.49 2.76 0.5 0.34
Hex 83 30 2C 0 3F 42 31 3 32 22
Octal 203 60 54 0 77 102 61 3 62 42
Binary 10000011 110000 101100 0 111111 1000010 110001 11 110010 100010

Color Harmonies of #83302C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83302C

Black with #83302C

Text Example


Text Example

White with #83302C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83302C; }

 p { color: rgb(131,48,44); }

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

background-color css

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

 a { background-color: rgb(131,48,44); }

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

border-color css

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

 span { border-color: rgb(131,48,44); }

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