Html Css Color HEX #85302F Tall Poppy

📋 copy color: '#85302F'

red 133 ◦ green 48 ◦ blue 47

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

Shades of Tall Poppy #85302F

Tints of Tall Poppy #85302F

RGB

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

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

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

R = 58.33%
G = 21.05%
B = 20.61%

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

#85302F (or 0x85302F) is known color: Tall Poppy. HEX triplet: 85, 30 and 2F. RGB value is (133,48,47). Sum of RGB (Red+Green+Blue) = 133+48+47=228 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.33% from 228); Green value is 48 (19.14% from 255 or 21.05% from 228); Blue value is 47 (18.75% from 255 or 20.61% from 228); Max value from RGB is 133 - color contains mainly: red. Hex color #85302F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85302F is #7ACFD0. Grayscale: #494949. Windows color (decimal): -8048593 or 3092613. OLE color: 3092613.

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

Color convert

RGB 133 48 47 -
CMYK 0 0.64 0.65 0.48
HSL 0.7º 0.48% 0.35% -
HSV(B) 0.7º 0.65% 0.52% -
XYZ 11.24 7.31 3.51 -
YUV 73.3 113.16 170.58 -
System Red Green Blue C M Y K H S L
Decimal 133 48 47 0 0.64 0.65 0.48 0.7 0.48 0.35
Hex 85 30 2F 0 40 41 30 1 30 23
Octal 205 60 57 0 100 101 60 1 60 43
Binary 10000101 110000 101111 0 1000000 1000001 110000 1 110000 100011

Color Harmonies of #85302F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85302F

Black with #85302F

Text Example


Text Example

White with #85302F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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