Html Css Color HEX #81240C Falu Red

📋 copy color: '#81240C'

red 129 ◦ green 36 ◦ blue 12

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

Shades of Falu Red #81240C

Tints of Falu Red #81240C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.34%

 BLUE value IS 12 (5.08% from 255) = 6.78%

R = 72.88%
G = 20.34%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#81240C (or 0x81240C) is known color: Falu Red. HEX triplet: 81, 24 and 0C. RGB value is (129,36,12). Sum of RGB (Red+Green+Blue) = 129+36+12=177 (23% of max value = 765). Red value is 129 (50.78% from 255 or 72.88% from 177); Green value is 36 (14.45% from 255 or 20.34% from 177); Blue value is 12 (5.08% from 255 or 6.78% from 177); Max value from RGB is 129 - color contains mainly: red. Hex color #81240C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #81240C is #7EDBF3. Grayscale: #3D3D3D. Windows color (decimal): -8313844 or 795777. OLE color: 795777.

HSL color Cylindrical-coordinate representation of color #81240C: hue angle of 12.31º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #81240C is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 36 12 -
CMYK 0 0.72 0.91 0.49
HSL 12.31º 0.83% 0.28% -
HSV(B) 12.31º 0.91% 0.51% -
XYZ 9.75 5.96 0.98 -
YUV 61.07 100.31 176.45 -
System Red Green Blue C M Y K H S L
Decimal 129 36 12 0 0.72 0.91 0.49 12.31 0.83 0.28
Hex 81 24 C 0 48 5B 31 C 53 1C
Octal 201 44 14 0 110 133 61 14 123 34
Binary 10000001 100100 1100 0 1001000 1011011 110001 1100 1010011 11100

Color Harmonies of #81240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81240C

Black with #81240C

Text Example


Text Example

White with #81240C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81240C; }

 p { color: rgb(129,36,12); }

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

background-color css

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

 a { background-color: rgb(129,36,12); }

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

border-color css

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

 span { border-color: rgb(129,36,12); }

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