Html Css Color HEX #84150F Falu Red

📋 copy color: '#84150F'

red 132 ◦ green 21 ◦ blue 15

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

Shades of Falu Red #84150F

Tints of Falu Red #84150F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.5%

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

R = 78.57%
G = 12.5%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#84150F (or 0x84150F) is known color: Falu Red. HEX triplet: 84, 15 and 0F. RGB value is (132,21,15). Sum of RGB (Red+Green+Blue) = 132+21+15=168 (22% of max value = 765). Red value is 132 (51.95% from 255 or 78.57% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 15 (6.25% from 255 or 8.93% from 168); Max value from RGB is 132 - color contains mainly: red. Hex color #84150F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #84150F is #7BEAF0. Grayscale: #353535. Windows color (decimal): -8121073 or 988548. OLE color: 988548.

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

Color convert

RGB 132 21 15 -
CMYK 0 0.84 0.89 0.48
HSL 3.08º 0.8% 0.29% -
HSV(B) 3.08º 0.89% 0.52% -
XYZ 9.87 5.48 0.99 -
YUV 53.51 106.27 183.99 -
System Red Green Blue C M Y K H S L
Decimal 132 21 15 0 0.84 0.89 0.48 3.08 0.8 0.29
Hex 84 15 F 0 54 59 30 3 50 1D
Octal 204 25 17 0 124 131 60 3 120 35
Binary 10000100 10101 1111 0 1010100 1011001 110000 11 1010000 11101

Color Harmonies of #84150F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84150F

Black with #84150F

Text Example


Text Example

White with #84150F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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