Html Css Color HEX #81230B Falu Red

📋 copy color: '#81230B'

red 129 ◦ green 35 ◦ blue 11

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

Shades of Falu Red #81230B

Tints of Falu Red #81230B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.29%

R = 73.71%
G = 20%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#81230B (or 0x81230B) is known color: Falu Red. HEX triplet: 81, 23 and 0B. RGB value is (129,35,11). Sum of RGB (Red+Green+Blue) = 129+35+11=175 (23% of max value = 765). Red value is 129 (50.78% from 255 or 73.71% from 175); Green value is 35 (14.06% from 255 or 20% from 175); Blue value is 11 (4.69% from 255 or 6.29% from 175); Max value from RGB is 129 - color contains mainly: red. Hex color #81230B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #81230B is #7EDCF4. Grayscale: #3C3C3C. Windows color (decimal): -8314101 or 729985. OLE color: 729985.

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

Color convert

RGB 129 35 11 -
CMYK 0 0.73 0.91 0.49
HSL 12.2º 0.84% 0.27% -
HSV(B) 12.2º 0.91% 0.51% -
XYZ 9.71 5.89 0.94 -
YUV 60.37 100.14 176.95 -
System Red Green Blue C M Y K H S L
Decimal 129 35 11 0 0.73 0.91 0.49 12.2 0.84 0.27
Hex 81 23 B 0 49 5B 31 C 54 1B
Octal 201 43 13 0 111 133 61 14 124 33
Binary 10000001 100011 1011 0 1001001 1011011 110001 1100 1010100 11011

Color Harmonies of #81230B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81230B

Black with #81230B

Text Example


Text Example

White with #81230B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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