Html Css Color HEX #81230E Falu Red

📋 copy color: '#81230E'

red 129 ◦ green 35 ◦ blue 14

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

Shades of Falu Red #81230E

Tints of Falu Red #81230E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.87%

R = 72.47%
G = 19.66%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#81230E (or 0x81230E) is known color: Falu Red. HEX triplet: 81, 23 and 0E. RGB value is (129,35,14). Sum of RGB (Red+Green+Blue) = 129+35+14=178 (23% of max value = 765). Red value is 129 (50.78% from 255 or 72.47% from 178); Green value is 35 (14.06% from 255 or 19.66% from 178); Blue value is 14 (5.86% from 255 or 7.87% from 178); Max value from RGB is 129 - color contains mainly: red. Hex color #81230E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #81230E is #7EDCF1. Grayscale: #3C3C3C. Windows color (decimal): -8314098 or 926593. OLE color: 926593.

HSL color Cylindrical-coordinate representation of color #81230E: hue angle of 10.96º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #81230E is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 35 14 -
CMYK 0 0.73 0.89 0.49
HSL 10.96º 0.8% 0.28% -
HSV(B) 10.96º 0.89% 0.51% -
XYZ 9.73 5.9 1.04 -
YUV 60.71 101.64 176.71 -
System Red Green Blue C M Y K H S L
Decimal 129 35 14 0 0.73 0.89 0.49 10.96 0.8 0.28
Hex 81 23 E 0 49 59 31 B 50 1C
Octal 201 43 16 0 111 131 61 13 120 34
Binary 10000001 100011 1110 0 1001001 1011001 110001 1011 1010000 11100

Color Harmonies of #81230E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81230E

Black with #81230E

Text Example


Text Example

White with #81230E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81230E; }

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

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

background-color css

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

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

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

border-color css

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

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

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