Html Css Color HEX #812002 Falu Red

📋 copy color: '#812002'

red 129 ◦ green 32 ◦ blue 2

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

Shades of Falu Red #812002

Tints of Falu Red #812002

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.63%

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

R = 79.14%
G = 19.63%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#812002 (or 0x812002) is known color: Falu Red. HEX triplet: 81, 20 and 02. RGB value is (129,32,2). Sum of RGB (Red+Green+Blue) = 129+32+2=163 (21% of max value = 765). Red value is 129 (50.78% from 255 or 79.14% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 2 (1.17% from 255 or 1.23% from 163); Max value from RGB is 129 - color contains mainly: red. Hex color #812002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812002 is #7EDFFD. Grayscale: #393939. Windows color (decimal): -8314878 or 139393. OLE color: 139393.

HSL color Cylindrical-coordinate representation of color #812002: hue angle of 14.17º 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 #812002 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 32 2 -
CMYK 0 0.75 0.98 0.49
HSL 14.17º 0.97% 0.26% -
HSV(B) 14.17º 0.98% 0.51% -
XYZ 9.58 5.7 0.65 -
YUV 57.58 96.64 178.94 -
System Red Green Blue C M Y K H S L
Decimal 129 32 2 0 0.75 0.98 0.49 14.17 0.97 0.26
Hex 81 20 2 0 4B 62 31 E 61 1A
Octal 201 40 2 0 113 142 61 16 141 32
Binary 10000001 100000 10 0 1001011 1100010 110001 1110 1100001 11010

Color Harmonies of #812002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812002

Black with #812002

Text Example


Text Example

White with #812002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812002; }

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

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

background-color css

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

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

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

border-color css

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

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

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