Html Css Color HEX #81270A Falu Red

📋 copy color: '#81270A'

red 129 ◦ green 39 ◦ blue 10

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

Shades of Falu Red #81270A

Tints of Falu Red #81270A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.91%

 BLUE value IS 10 (4.3% from 255) = 5.62%

R = 72.47%
G = 21.91%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#81270A (or 0x81270A) is known color: Falu Red. HEX triplet: 81, 27 and 0A. RGB value is (129,39,10). Sum of RGB (Red+Green+Blue) = 129+39+10=178 (23% of max value = 765). Red value is 129 (50.78% from 255 or 72.47% from 178); Green value is 39 (15.62% from 255 or 21.91% from 178); Blue value is 10 (4.30% from 255 or 5.62% from 178); Max value from RGB is 129 - color contains mainly: red. Hex color #81270A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #81270A is #7ED8F5. Grayscale: #3E3E3E. Windows color (decimal): -8313078 or 665473. OLE color: 665473.

HSL color Cylindrical-coordinate representation of color #81270A: hue angle of 14.62º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #81270A is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 39 10 -
CMYK 0 0.70 0.92 0.49
HSL 14.62º 0.86% 0.27% -
HSV(B) 14.62º 0.92% 0.51% -
XYZ 9.83 6.14 0.95 -
YUV 62.6 98.32 175.36 -
System Red Green Blue C M Y K H S L
Decimal 129 39 10 0 0.70 0.92 0.49 14.62 0.86 0.27
Hex 81 27 A 0 46 5C 31 F 56 1B
Octal 201 47 12 0 106 134 61 17 126 33
Binary 10000001 100111 1010 0 1000110 1011100 110001 1111 1010110 11011

Color Harmonies of #81270A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81270A

Black with #81270A

Text Example


Text Example

White with #81270A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81270A; }

 p { color: rgb(129,39,10); }

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

background-color css

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

 a { background-color: rgb(129,39,10); }

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

border-color css

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

 span { border-color: rgb(129,39,10); }

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