Html Css Color HEX #812619 Falu Red

📋 copy color: '#812619'

red 129 ◦ green 38 ◦ blue 25

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

Shades of Falu Red #812619

Tints of Falu Red #812619

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.79%

 BLUE value IS 25 (10.16% from 255) = 13.02%

R = 67.19%
G = 19.79%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#812619 (or 0x812619) is known color: Falu Red. HEX triplet: 81, 26 and 19. RGB value is (129,38,25). Sum of RGB (Red+Green+Blue) = 129+38+25=192 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.19% from 192); Green value is 38 (15.23% from 255 or 19.79% from 192); Blue value is 25 (10.16% from 255 or 13.02% from 192); Max value from RGB is 129 - color contains mainly: red. Hex color #812619 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812619 is #7ED9E6. Grayscale: #3F3F3F. Windows color (decimal): -8313319 or 1648257. OLE color: 1648257.

HSL color Cylindrical-coordinate representation of color #812619: hue angle of 7.5º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #812619 is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 38 25 -
CMYK 0 0.71 0.81 0.49
HSL 7.5º 0.68% 0.3% -
HSV(B) 7.5º 0.81% 0.51% -
XYZ 9.92 6.12 1.58 -
YUV 63.73 106.15 174.56 -
System Red Green Blue C M Y K H S L
Decimal 129 38 25 0 0.71 0.81 0.49 7.5 0.68 0.3
Hex 81 26 19 0 47 51 31 8 44 1E
Octal 201 46 31 0 107 121 61 10 104 36
Binary 10000001 100110 11001 0 1000111 1010001 110001 1000 1000100 11110

Color Harmonies of #812619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812619

Black with #812619

Text Example


Text Example

White with #812619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812619; }

 p { color: rgb(129,38,25); }

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

background-color css

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

 a { background-color: rgb(129,38,25); }

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

border-color css

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

 span { border-color: rgb(129,38,25); }

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