Html Css Color HEX #812305 Falu Red

📋 copy color: '#812305'

red 129 ◦ green 35 ◦ blue 5

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

Shades of Falu Red #812305

Tints of Falu Red #812305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.96%

R = 76.33%
G = 20.71%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#812305 (or 0x812305) is known color: Falu Red. HEX triplet: 81, 23 and 05. RGB value is (129,35,5). Sum of RGB (Red+Green+Blue) = 129+35+5=169 (22% of max value = 765). Red value is 129 (50.78% from 255 or 76.33% from 169); Green value is 35 (14.06% from 255 or 20.71% from 169); Blue value is 5 (2.34% from 255 or 2.96% from 169); Max value from RGB is 129 - color contains mainly: red. Hex color #812305 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812305 is #7EDCFA. Grayscale: #3B3B3B. Windows color (decimal): -8314107 or 336769. OLE color: 336769.

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

Color convert

RGB 129 35 5 -
CMYK 0 0.73 0.96 0.49
HSL 14.52º 0.93% 0.26% -
HSV(B) 14.52º 0.96% 0.51% -
XYZ 9.68 5.88 0.77 -
YUV 59.69 97.14 177.44 -
System Red Green Blue C M Y K H S L
Decimal 129 35 5 0 0.73 0.96 0.49 14.52 0.93 0.26
Hex 81 23 5 0 49 60 31 F 5D 1A
Octal 201 43 5 0 111 140 61 17 135 32
Binary 10000001 100011 101 0 1001001 1100000 110001 1111 1011101 11010

Color Harmonies of #812305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812305

Black with #812305

Text Example


Text Example

White with #812305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812305; }

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

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

background-color css

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

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

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

border-color css

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

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

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