Html Css Color HEX #85322F Tall Poppy

📋 copy color: '#85322F'

red 133 ◦ green 50 ◦ blue 47

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

Shades of Tall Poppy #85322F

Tints of Tall Poppy #85322F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.74%

 BLUE value IS 47 (18.75% from 255) = 20.43%

R = 57.83%
G = 21.74%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#85322F (or 0x85322F) is known color: Tall Poppy. HEX triplet: 85, 32 and 2F. RGB value is (133,50,47). Sum of RGB (Red+Green+Blue) = 133+50+47=230 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.83% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 47 (18.75% from 255 or 20.43% from 230); Max value from RGB is 133 - color contains mainly: red. Hex color #85322F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85322F is #7ACDD0. Grayscale: #4A4A4A. Windows color (decimal): -8048081 or 3093125. OLE color: 3093125.

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

Color convert

RGB 133 50 47 -
CMYK 0 0.62 0.65 0.48
HSL 2.09º 0.48% 0.35% -
HSV(B) 2.09º 0.65% 0.52% -
XYZ 11.33 7.47 3.53 -
YUV 74.48 112.5 169.74 -
System Red Green Blue C M Y K H S L
Decimal 133 50 47 0 0.62 0.65 0.48 2.09 0.48 0.35
Hex 85 32 2F 0 3E 41 30 2 30 23
Octal 205 62 57 0 76 101 60 2 60 43
Binary 10000101 110010 101111 0 111110 1000001 110000 10 110000 100011

Color Harmonies of #85322F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85322F

Black with #85322F

Text Example


Text Example

White with #85322F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85322F; }

 p { color: rgb(133,50,47); }

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

background-color css

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

 a { background-color: rgb(133,50,47); }

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

border-color css

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

 span { border-color: rgb(133,50,47); }

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