Html Css Color HEX #842527 Flame Red

📋 copy color: '#842527'

red 132 ◦ green 37 ◦ blue 39

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

Shades of Flame Red #842527

Tints of Flame Red #842527

RGB

 RED value IS 132 (51.95% from 255) = 63.46%

 GREEN value IS 37 (14.84% from 255) = 17.79%

 BLUE value IS 39 (15.63% from 255) = 18.75%

R = 63.46%
G = 17.79%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#842527 (or 0x842527) is known color: Flame Red. HEX triplet: 84, 25 and 27. RGB value is (132,37,39). Sum of RGB (Red+Green+Blue) = 132+37+39=208 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.46% from 208); Green value is 37 (14.84% from 255 or 17.79% from 208); Blue value is 39 (15.62% from 255 or 18.75% from 208); Max value from RGB is 132 - color contains mainly: red. Hex color #842527 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842527 is #7BDAD8. Grayscale: #414141. Windows color (decimal): -8116953 or 2565508. OLE color: 2565508.

HSL color Cylindrical-coordinate representation of color #842527: hue angle of 358.74º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #842527 is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 37 39 -
CMYK 0 0.72 0.70 0.48
HSL 358.74º 0.56% 0.33% -
HSV(B) 358.74º 0.72% 0.52% -
XYZ 10.54 6.38 2.59 -
YUV 65.63 112.97 175.34 -
System Red Green Blue C M Y K H S L
Decimal 132 37 39 0 0.72 0.70 0.48 358.74 0.56 0.33
Hex 84 25 27 0 48 46 30 167 38 21
Octal 204 45 47 0 110 106 60 547 70 41
Binary 10000100 100101 100111 0 1001000 1000110 110000 101100111 111000 100001

Color Harmonies of #842527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842527

Black with #842527

Text Example


Text Example

White with #842527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842527; }

 p { color: rgb(132,37,39); }

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

background-color css

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

 a { background-color: rgb(132,37,39); }

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

border-color css

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

 span { border-color: rgb(132,37,39); }

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