Html Css Color HEX #85332F Tall Poppy

📋 copy color: '#85332F'

red 133 ◦ green 51 ◦ blue 47

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

Shades of Tall Poppy #85332F

Tints of Tall Poppy #85332F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.08%

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

R = 57.58%
G = 22.08%
B = 20.35%

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

#85332F (or 0x85332F) is known color: Tall Poppy. HEX triplet: 85, 33 and 2F. RGB value is (133,51,47). Sum of RGB (Red+Green+Blue) = 133+51+47=231 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.58% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 47 (18.75% from 255 or 20.35% from 231); Max value from RGB is 133 - color contains mainly: red. Hex color #85332F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85332F is #7ACCD0. Grayscale: #4B4B4B. Windows color (decimal): -8047825 or 3093381. OLE color: 3093381.

HSL color Cylindrical-coordinate representation of color #85332F: hue angle of 2.79º 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 #85332F is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 51 47 -
CMYK 0 0.62 0.65 0.48
HSL 2.79º 0.48% 0.35% -
HSV(B) 2.79º 0.65% 0.52% -
XYZ 11.37 7.56 3.55 -
YUV 75.06 112.17 169.33 -
System Red Green Blue C M Y K H S L
Decimal 133 51 47 0 0.62 0.65 0.48 2.79 0.48 0.35
Hex 85 33 2F 0 3E 41 30 3 30 23
Octal 205 63 57 0 76 101 60 3 60 43
Binary 10000101 110011 101111 0 111110 1000001 110000 11 110000 100011

Color Harmonies of #85332F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85332F

Black with #85332F

Text Example


Text Example

White with #85332F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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