Html Css Color HEX #81250A Falu Red

📋 copy color: '#81250A'

red 129 ◦ green 37 ◦ blue 10

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

Shades of Falu Red #81250A

Tints of Falu Red #81250A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.02%

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

R = 73.3%
G = 21.02%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#81250A (or 0x81250A) is known color: Falu Red. HEX triplet: 81, 25 and 0A. RGB value is (129,37,10). Sum of RGB (Red+Green+Blue) = 129+37+10=176 (23% of max value = 765). Red value is 129 (50.78% from 255 or 73.30% from 176); Green value is 37 (14.84% from 255 or 21.02% from 176); Blue value is 10 (4.30% from 255 or 5.68% from 176); Max value from RGB is 129 - color contains mainly: red. Hex color #81250A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #81250A is #7EDAF5. Grayscale: #3D3D3D. Windows color (decimal): -8313590 or 664961. OLE color: 664961.

HSL color Cylindrical-coordinate representation of color #81250A: hue angle of 13.61º 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 #81250A is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 37 10 -
CMYK 0 0.71 0.92 0.49
HSL 13.61º 0.86% 0.27% -
HSV(B) 13.61º 0.92% 0.51% -
XYZ 9.77 6.01 0.93 -
YUV 61.43 98.98 176.2 -
System Red Green Blue C M Y K H S L
Decimal 129 37 10 0 0.71 0.92 0.49 13.61 0.86 0.27
Hex 81 25 A 0 47 5C 31 E 56 1B
Octal 201 45 12 0 107 134 61 16 126 33
Binary 10000001 100101 1010 0 1000111 1011100 110001 1110 1010110 11011

Color Harmonies of #81250A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81250A

Black with #81250A

Text Example


Text Example

White with #81250A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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