Html Css Color HEX #81230D Falu Red

📋 copy color: '#81230D'

red 129 ◦ green 35 ◦ blue 13

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

Shades of Falu Red #81230D

Tints of Falu Red #81230D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.34%

R = 72.88%
G = 19.77%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.49

RGB Variations

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

Color information

#81230D (or 0x81230D) is known color: Falu Red. HEX triplet: 81, 23 and 0D. RGB value is (129,35,13). Sum of RGB (Red+Green+Blue) = 129+35+13=177 (23% of max value = 765). Red value is 129 (50.78% from 255 or 72.88% from 177); Green value is 35 (14.06% from 255 or 19.77% from 177); Blue value is 13 (5.47% from 255 or 7.34% from 177); Max value from RGB is 129 - color contains mainly: red. Hex color #81230D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #81230D is #7EDCF2. Grayscale: #3C3C3C. Windows color (decimal): -8314099 or 861057. OLE color: 861057.

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

Color convert

RGB 129 35 13 -
CMYK 0 0.73 0.90 0.49
HSL 11.38º 0.82% 0.28% -
HSV(B) 11.38º 0.9% 0.51% -
XYZ 9.73 5.9 1.01 -
YUV 60.6 101.14 176.79 -
System Red Green Blue C M Y K H S L
Decimal 129 35 13 0 0.73 0.90 0.49 11.38 0.82 0.28
Hex 81 23 D 0 49 5A 31 B 52 1C
Octal 201 43 15 0 111 132 61 13 122 34
Binary 10000001 100011 1101 0 1001001 1011010 110001 1011 1010010 11100

Color Harmonies of #81230D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81230D

Black with #81230D

Text Example


Text Example

White with #81230D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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