Html Css Color HEX #812302 Falu Red

📋 copy color: '#812302'

red 129 ◦ green 35 ◦ blue 2

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

Shades of Falu Red #812302

Tints of Falu Red #812302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.2%

R = 77.71%
G = 21.08%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#812302 (or 0x812302) is known color: Falu Red. HEX triplet: 81, 23 and 02. RGB value is (129,35,2). Sum of RGB (Red+Green+Blue) = 129+35+2=166 (21% of max value = 765). Red value is 129 (50.78% from 255 or 77.71% from 166); Green value is 35 (14.06% from 255 or 21.08% from 166); Blue value is 2 (1.17% from 255 or 1.20% from 166); Max value from RGB is 129 - color contains mainly: red. Hex color #812302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812302 is #7EDCFD. Grayscale: #3B3B3B. Windows color (decimal): -8314110 or 140161. OLE color: 140161.

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

Color convert

RGB 129 35 2 -
CMYK 0 0.73 0.98 0.49
HSL 15.59º 0.97% 0.26% -
HSV(B) 15.59º 0.98% 0.51% -
XYZ 9.67 5.87 0.68 -
YUV 59.34 95.64 177.68 -
System Red Green Blue C M Y K H S L
Decimal 129 35 2 0 0.73 0.98 0.49 15.59 0.97 0.26
Hex 81 23 2 0 49 62 31 10 61 1A
Octal 201 43 2 0 111 142 61 20 141 32
Binary 10000001 100011 10 0 1001001 1100010 110001 10000 1100001 11010

Color Harmonies of #812302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812302

Black with #812302

Text Example


Text Example

White with #812302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812302; }

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

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

background-color css

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

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

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

border-color css

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

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

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