Html Css Color HEX #841E0F Falu Red

📋 copy color: '#841E0F'

red 132 ◦ green 30 ◦ blue 15

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

Shades of Falu Red #841E0F

Tints of Falu Red #841E0F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.95%

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

R = 74.58%
G = 16.95%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#841E0F (or 0x841E0F) is known color: Falu Red. HEX triplet: 84, 1E and 0F. RGB value is (132,30,15). Sum of RGB (Red+Green+Blue) = 132+30+15=177 (23% of max value = 765). Red value is 132 (51.95% from 255 or 74.58% from 177); Green value is 30 (12.11% from 255 or 16.95% from 177); Blue value is 15 (6.25% from 255 or 8.47% from 177); Max value from RGB is 132 - color contains mainly: red. Hex color #841E0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #841E0F is #7BE1F0. Grayscale: #3A3A3A. Windows color (decimal): -8118769 or 990852. OLE color: 990852.

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

Color convert

RGB 132 30 15 -
CMYK 0 0.77 0.89 0.48
HSL 7.69º 0.8% 0.29% -
HSV(B) 7.69º 0.89% 0.52% -
XYZ 10.07 5.87 1.05 -
YUV 58.79 103.29 180.22 -
System Red Green Blue C M Y K H S L
Decimal 132 30 15 0 0.77 0.89 0.48 7.69 0.8 0.29
Hex 84 1E F 0 4D 59 30 8 50 1D
Octal 204 36 17 0 115 131 60 10 120 35
Binary 10000100 11110 1111 0 1001101 1011001 110000 1000 1010000 11101

Color Harmonies of #841E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841E0F

Black with #841E0F

Text Example


Text Example

White with #841E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841E0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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