Html Css Color HEX #8B3636 Tall Poppy

📋 copy color: '#8B3636'

red 139 ◦ green 54 ◦ blue 54

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

Shades of Tall Poppy #8B3636

Tints of Tall Poppy #8B3636

RGB

 RED value IS 139 (54.69% from 255) = 56.28%

 GREEN value IS 54 (21.48% from 255) = 21.86%

 BLUE value IS 54 (21.48% from 255) = 21.86%

R = 56.28%
G = 21.86%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.61

 K value IS 0.45

RGB Variations

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

Color information

#8B3636 (or 0x8B3636) is known color: Tall Poppy. HEX triplet: 8B, 36 and 36. RGB value is (139,54,54). Sum of RGB (Red+Green+Blue) = 139+54+54=247 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.28% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 54 (21.48% from 255 or 21.86% from 247); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3636 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3636 is #74C9C9. Grayscale: #4F4F4F. Windows color (decimal): -7653834 or 3552907. OLE color: 3552907.

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

Color convert

RGB 139 54 54 -
CMYK 0 0.61 0.61 0.45
HSL 0.44% 0.38% -
HSV(B) 0.61% 0.55% -
XYZ 12.63 8.39 4.44 -
YUV 79.42 113.66 170.5 -
System Red Green Blue C M Y K H S L
Decimal 139 54 54 0 0.61 0.61 0.45 0 0.44 0.38
Hex 8B 36 36 0 3D 3D 2D 0 2C 26
Octal 213 66 66 0 75 75 55 0 54 46
Binary 10001011 110110 110110 0 111101 111101 101101 0 101100 100110

Color Harmonies of #8B3636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3636

Black with #8B3636

Text Example


Text Example

White with #8B3636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B3636; }

 p { color: rgb(139,54,54); }

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

background-color css

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

 a { background-color: rgb(139,54,54); }

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

border-color css

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

 span { border-color: rgb(139,54,54); }

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