Html Css Color HEX #812315 Falu Red

📋 copy color: '#812315'

red 129 ◦ green 35 ◦ blue 21

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

Shades of Falu Red #812315

Tints of Falu Red #812315

RGB

 RED value IS 129 (50.78% from 255) = 69.73%

 GREEN value IS 35 (14.06% from 255) = 18.92%

 BLUE value IS 21 (8.59% from 255) = 11.35%

R = 69.73%
G = 18.92%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#812315 (or 0x812315) is known color: Falu Red. HEX triplet: 81, 23 and 15. RGB value is (129,35,21). Sum of RGB (Red+Green+Blue) = 129+35+21=185 (24% of max value = 765). Red value is 129 (50.78% from 255 or 69.73% from 185); Green value is 35 (14.06% from 255 or 18.92% from 185); Blue value is 21 (8.59% from 255 or 11.35% from 185); Max value from RGB is 129 - color contains mainly: red. Hex color #812315 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812315 is #7EDCEA. Grayscale: #3D3D3D. Windows color (decimal): -8314091 or 1385345. OLE color: 1385345.

HSL color Cylindrical-coordinate representation of color #812315: hue angle of 7.78º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #812315 is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 35 21 -
CMYK 0 0.73 0.84 0.49
HSL 7.78º 0.72% 0.29% -
HSV(B) 7.78º 0.84% 0.51% -
XYZ 9.79 5.92 1.34 -
YUV 61.51 105.14 176.14 -
System Red Green Blue C M Y K H S L
Decimal 129 35 21 0 0.73 0.84 0.49 7.78 0.72 0.29
Hex 81 23 15 0 49 54 31 8 48 1D
Octal 201 43 25 0 111 124 61 10 110 35
Binary 10000001 100011 10101 0 1001001 1010100 110001 1000 1001000 11101

Color Harmonies of #812315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812315

Black with #812315

Text Example


Text Example

White with #812315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812315; }

 p { color: rgb(129,35,21); }

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

background-color css

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

 a { background-color: rgb(129,35,21); }

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

border-color css

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

 span { border-color: rgb(129,35,21); }

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