Html Css Color HEX #84270F Falu Red

📋 copy color: '#84270F'

red 132 ◦ green 39 ◦ blue 15

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

Shades of Falu Red #84270F

Tints of Falu Red #84270F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.06%

R = 70.97%
G = 20.97%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#84270F (or 0x84270F) is known color: Falu Red. HEX triplet: 84, 27 and 0F. RGB value is (132,39,15). Sum of RGB (Red+Green+Blue) = 132+39+15=186 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.97% from 186); Green value is 39 (15.62% from 255 or 20.97% from 186); Blue value is 15 (6.25% from 255 or 8.06% from 186); Max value from RGB is 132 - color contains mainly: red. Hex color #84270F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #84270F is #7BD8F0. Grayscale: #404040. Windows color (decimal): -8116465 or 993156. OLE color: 993156.

HSL color Cylindrical-coordinate representation of color #84270F: hue angle of 12.31º degrees, saturation: 0.8, 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 #84270F is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 39 15 -
CMYK 0 0.70 0.89 0.48
HSL 12.31º 0.8% 0.29% -
HSV(B) 12.31º 0.89% 0.52% -
XYZ 10.33 6.39 1.14 -
YUV 64.07 100.31 176.45 -
System Red Green Blue C M Y K H S L
Decimal 132 39 15 0 0.70 0.89 0.48 12.31 0.8 0.29
Hex 84 27 F 0 46 59 30 C 50 1D
Octal 204 47 17 0 106 131 60 14 120 35
Binary 10000100 100111 1111 0 1000110 1011001 110000 1100 1010000 11101

Color Harmonies of #84270F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84270F

Black with #84270F

Text Example


Text Example

White with #84270F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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