Html Css Color HEX #85161B Flame Red

📋 copy color: '#85161B'

red 133 ◦ green 22 ◦ blue 27

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

Shades of Flame Red #85161B

Tints of Flame Red #85161B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.09%

 BLUE value IS 27 (10.94% from 255) = 14.84%

R = 73.08%
G = 12.09%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#85161B (or 0x85161B) is known color: Flame Red. HEX triplet: 85, 16 and 1B. RGB value is (133,22,27). Sum of RGB (Red+Green+Blue) = 133+22+27=182 (24% of max value = 765). Red value is 133 (52.34% from 255 or 73.08% from 182); Green value is 22 (8.98% from 255 or 12.09% from 182); Blue value is 27 (10.94% from 255 or 14.84% from 182); Max value from RGB is 133 - color contains mainly: red. Hex color #85161B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85161B is #7AE9E4. Grayscale: #373737. Windows color (decimal): -8055269 or 1775237. OLE color: 1775237.

HSL color Cylindrical-coordinate representation of color #85161B: hue angle of 357.3º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #85161B is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 22 27 -
CMYK 0 0.83 0.80 0.48
HSL 357.3º 0.72% 0.3% -
HSV(B) 357.3º 0.83% 0.52% -
XYZ 10.16 5.64 1.59 -
YUV 55.76 111.77 183.09 -
System Red Green Blue C M Y K H S L
Decimal 133 22 27 0 0.83 0.80 0.48 357.3 0.72 0.3
Hex 85 16 1B 0 53 50 30 165 48 1E
Octal 205 26 33 0 123 120 60 545 110 36
Binary 10000101 10110 11011 0 1010011 1010000 110000 101100101 1001000 11110

Color Harmonies of #85161B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85161B

Black with #85161B

Text Example


Text Example

White with #85161B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85161B; }

 p { color: rgb(133,22,27); }

 H1.HeaderClassName
 {
   color: #85161B;
 }
 .AnyTagClassName
 {
   color: #85161B;
 }
</style>

background-color css

<style>
 a { background-color: #85161B; }

 a { background-color: rgb(133,22,27); }

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

border-color css

<style>
 span { border-color: #85161B; }

 span { border-color: rgb(133,22,27); }

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