Html Css Color HEX #85312D Tall Poppy

📋 copy color: '#85312D'

red 133 ◦ green 49 ◦ blue 45

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

Shades of Tall Poppy #85312D

Tints of Tall Poppy #85312D

RGB

 RED value IS 133 (52.34% from 255) = 58.59%

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

 BLUE value IS 45 (17.97% from 255) = 19.82%

R = 58.59%
G = 21.59%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#85312D (or 0x85312D) is known color: Tall Poppy. HEX triplet: 85, 31 and 2D. RGB value is (133,49,45). Sum of RGB (Red+Green+Blue) = 133+49+45=227 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.59% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 45 (17.97% from 255 or 19.82% from 227); Max value from RGB is 133 - color contains mainly: red. Hex color #85312D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85312D is #7ACED2. Grayscale: #494949. Windows color (decimal): -8048339 or 2961797. OLE color: 2961797.

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

Color convert

RGB 133 49 45 -
CMYK 0 0.63 0.66 0.48
HSL 2.73º 0.49% 0.35% -
HSV(B) 2.73º 0.66% 0.52% -
XYZ 11.24 7.37 3.31 -
YUV 73.66 111.83 170.33 -
System Red Green Blue C M Y K H S L
Decimal 133 49 45 0 0.63 0.66 0.48 2.73 0.49 0.35
Hex 85 31 2D 0 3F 42 30 3 31 23
Octal 205 61 55 0 77 102 60 3 61 43
Binary 10000101 110001 101101 0 111111 1000010 110000 11 110001 100011

Color Harmonies of #85312D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85312D

Black with #85312D

Text Example


Text Example

White with #85312D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85312D; }

 p { color: rgb(133,49,45); }

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

background-color css

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

 a { background-color: rgb(133,49,45); }

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

border-color css

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

 span { border-color: rgb(133,49,45); }

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