Html Css Color HEX #843130 Tall Poppy

📋 copy color: '#843130'

red 132 ◦ green 49 ◦ blue 48

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

Shades of Tall Poppy #843130

Tints of Tall Poppy #843130

RGB

 RED value IS 132 (51.95% from 255) = 57.64%

 GREEN value IS 49 (19.53% from 255) = 21.4%

 BLUE value IS 48 (19.14% from 255) = 20.96%

R = 57.64%
G = 21.4%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#843130 (or 0x843130) is known color: Tall Poppy. HEX triplet: 84, 31 and 30. RGB value is (132,49,48). Sum of RGB (Red+Green+Blue) = 132+49+48=229 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.64% from 229); Green value is 49 (19.53% from 255 or 21.40% from 229); Blue value is 48 (19.14% from 255 or 20.96% from 229); Max value from RGB is 132 - color contains mainly: red. Hex color #843130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843130 is #7BCECF. Grayscale: #494949. Windows color (decimal): -8113872 or 3158404. OLE color: 3158404.

HSL color Cylindrical-coordinate representation of color #843130: hue angle of 0.71º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #843130 is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 49 48 -
CMYK 0 0.63 0.64 0.48
HSL 0.71º 0.47% 0.35% -
HSV(B) 0.71º 0.64% 0.52% -
XYZ 11.15 7.32 3.62 -
YUV 73.7 113.5 169.58 -
System Red Green Blue C M Y K H S L
Decimal 132 49 48 0 0.63 0.64 0.48 0.71 0.47 0.35
Hex 84 31 30 0 3F 40 30 1 2F 23
Octal 204 61 60 0 77 100 60 1 57 43
Binary 10000100 110001 110000 0 111111 1000000 110000 1 101111 100011

Color Harmonies of #843130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843130

Black with #843130

Text Example


Text Example

White with #843130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843130; }

 p { color: rgb(132,49,48); }

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

background-color css

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

 a { background-color: rgb(132,49,48); }

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

border-color css

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

 span { border-color: rgb(132,49,48); }

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