Html Css Color HEX #843C3C Tall Poppy

📋 copy color: '#843C3C'

red 132 ◦ green 60 ◦ blue 60

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

Shades of Tall Poppy #843C3C

Tints of Tall Poppy #843C3C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.81%

 BLUE value IS 60 (23.83% from 255) = 23.81%

R = 52.38%
G = 23.81%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#843C3C (or 0x843C3C) is known color: Tall Poppy. HEX triplet: 84, 3C and 3C. RGB value is (132,60,60). Sum of RGB (Red+Green+Blue) = 132+60+60=252 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.38% from 252); Green value is 60 (23.83% from 255 or 23.81% from 252); Blue value is 60 (23.83% from 255 or 23.81% from 252); Max value from RGB is 132 - color contains mainly: red. Hex color #843C3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843C3C is #7BC3C3. Grayscale: #515151. Windows color (decimal): -8111044 or 3947652. OLE color: 3947652.

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

Color convert

RGB 132 60 60 -
CMYK 0 0.55 0.55 0.48
HSL 0.38% 0.38% -
HSV(B) 0.55% 0.52% -
XYZ 11.95 8.46 5.28 -
YUV 81.53 115.85 164 -
System Red Green Blue C M Y K H S L
Decimal 132 60 60 0 0.55 0.55 0.48 0 0.38 0.38
Hex 84 3C 3C 0 37 37 30 0 26 26
Octal 204 74 74 0 67 67 60 0 46 46
Binary 10000100 111100 111100 0 110111 110111 110000 0 100110 100110

Color Harmonies of #843C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843C3C

Black with #843C3C

Text Example


Text Example

White with #843C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843C3C; }

 p { color: rgb(132,60,60); }

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

background-color css

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

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

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

border-color css

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

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

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