Html Css Color HEX #85272F Flame Red

📋 copy color: '#85272F'

red 133 ◦ green 39 ◦ blue 47

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

Shades of Flame Red #85272F

Tints of Flame Red #85272F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.81%

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

R = 60.73%
G = 17.81%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#85272F (or 0x85272F) is known color: Flame Red. HEX triplet: 85, 27 and 2F. RGB value is (133,39,47). Sum of RGB (Red+Green+Blue) = 133+39+47=219 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.73% from 219); Green value is 39 (15.62% from 255 or 17.81% from 219); Blue value is 47 (18.75% from 255 or 21.46% from 219); Max value from RGB is 133 - color contains mainly: red. Hex color #85272F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85272F is #7AD8D0. Grayscale: #444444. Windows color (decimal): -8050897 or 3090309. OLE color: 3090309.

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

Color convert

RGB 133 39 47 -
CMYK 0 0.71 0.65 0.48
HSL 354.89º 0.55% 0.34% -
HSV(B) 354.89º 0.71% 0.52% -
XYZ 10.91 6.64 3.4 -
YUV 68.02 116.14 174.35 -
System Red Green Blue C M Y K H S L
Decimal 133 39 47 0 0.71 0.65 0.48 354.89 0.55 0.34
Hex 85 27 2F 0 47 41 30 163 37 22
Octal 205 47 57 0 107 101 60 543 67 42
Binary 10000101 100111 101111 0 1000111 1000001 110000 101100011 110111 100010

Color Harmonies of #85272F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85272F

Black with #85272F

Text Example


Text Example

White with #85272F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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