Html Css Color HEX #84250E Falu Red

📋 copy color: '#84250E'

red 132 ◦ green 37 ◦ blue 14

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

Shades of Falu Red #84250E

Tints of Falu Red #84250E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.65%

R = 72.13%
G = 20.22%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#84250E (or 0x84250E) is known color: Falu Red. HEX triplet: 84, 25 and 0E. RGB value is (132,37,14). Sum of RGB (Red+Green+Blue) = 132+37+14=183 (24% of max value = 765). Red value is 132 (51.95% from 255 or 72.13% from 183); Green value is 37 (14.84% from 255 or 20.22% from 183); Blue value is 14 (5.86% from 255 or 7.65% from 183); Max value from RGB is 132 - color contains mainly: red. Hex color #84250E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #84250E is #7BDAF1. Grayscale: #3E3E3E. Windows color (decimal): -8116978 or 927108. OLE color: 927108.

HSL color Cylindrical-coordinate representation of color #84250E: hue angle of 11.69º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #84250E is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 37 14 -
CMYK 0 0.72 0.89 0.48
HSL 11.69º 0.81% 0.29% -
HSV(B) 11.69º 0.89% 0.52% -
XYZ 10.26 6.26 1.08 -
YUV 62.78 100.47 177.37 -
System Red Green Blue C M Y K H S L
Decimal 132 37 14 0 0.72 0.89 0.48 11.69 0.81 0.29
Hex 84 25 E 0 48 59 30 C 51 1D
Octal 204 45 16 0 110 131 60 14 121 35
Binary 10000100 100101 1110 0 1001000 1011001 110000 1100 1010001 11101

Color Harmonies of #84250E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84250E

Black with #84250E

Text Example


Text Example

White with #84250E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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