Html Css Color HEX #85302E Tall Poppy

📋 copy color: '#85302E'

red 133 ◦ green 48 ◦ blue 46

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

Shades of Tall Poppy #85302E

Tints of Tall Poppy #85302E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.15%

 BLUE value IS 46 (18.36% from 255) = 20.26%

R = 58.59%
G = 21.15%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#85302E (or 0x85302E) is known color: Tall Poppy. HEX triplet: 85, 30 and 2E. RGB value is (133,48,46). Sum of RGB (Red+Green+Blue) = 133+48+46=227 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.59% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 46 (18.36% from 255 or 20.26% from 227); Max value from RGB is 133 - color contains mainly: red. Hex color #85302E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85302E is #7ACFD1. Grayscale: #494949. Windows color (decimal): -8048594 or 3027077. OLE color: 3027077.

HSL color Cylindrical-coordinate representation of color #85302E: hue angle of 1.38º degrees, saturation: 0.49, 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 #85302E is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 48 46 -
CMYK 0 0.64 0.65 0.48
HSL 1.38º 0.49% 0.35% -
HSV(B) 1.38º 0.65% 0.52% -
XYZ 11.22 7.3 3.4 -
YUV 73.19 112.66 170.66 -
System Red Green Blue C M Y K H S L
Decimal 133 48 46 0 0.64 0.65 0.48 1.38 0.49 0.35
Hex 85 30 2E 0 40 41 30 1 31 23
Octal 205 60 56 0 100 101 60 1 61 43
Binary 10000101 110000 101110 0 1000000 1000001 110000 1 110001 100011

Color Harmonies of #85302E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85302E

Black with #85302E

Text Example


Text Example

White with #85302E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85302E; }

 p { color: rgb(133,48,46); }

 H1.HeaderClassName
 {
   color: #85302E;
 }
 .AnyTagClassName
 {
   color: #85302E;
 }
</style>

background-color css

<style>
 a { background-color: #85302E; }

 a { background-color: rgb(133,48,46); }

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

border-color css

<style>
 span { border-color: #85302E; }

 span { border-color: rgb(133,48,46); }

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