Html Css Color HEX #851F0A Falu Red

📋 copy color: '#851F0A'

red 133 ◦ green 31 ◦ blue 10

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

Shades of Falu Red #851F0A

Tints of Falu Red #851F0A

RGB

 RED value IS 133 (52.34% from 255) = 76.44%

 GREEN value IS 31 (12.5% from 255) = 17.82%

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

R = 76.44%
G = 17.82%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#851F0A (or 0x851F0A) is known color: Falu Red. HEX triplet: 85, 1F and 0A. RGB value is (133,31,10). Sum of RGB (Red+Green+Blue) = 133+31+10=174 (23% of max value = 765). Red value is 133 (52.34% from 255 or 76.44% from 174); Green value is 31 (12.5% from 255 or 17.82% from 174); Blue value is 10 (4.30% from 255 or 5.75% from 174); Max value from RGB is 133 - color contains mainly: red. Hex color #851F0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851F0A is #7AE0F5. Grayscale: #3B3B3B. Windows color (decimal): -8052982 or 663429. OLE color: 663429.

HSL color Cylindrical-coordinate representation of color #851F0A: hue angle of 10.24º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #851F0A is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 31 10 -
CMYK 0 0.77 0.92 0.48
HSL 10.24º 0.86% 0.28% -
HSV(B) 10.24º 0.92% 0.52% -
XYZ 10.22 5.99 0.9 -
YUV 59.1 100.29 180.71 -
System Red Green Blue C M Y K H S L
Decimal 133 31 10 0 0.77 0.92 0.48 10.24 0.86 0.28
Hex 85 1F A 0 4D 5C 30 A 56 1C
Octal 205 37 12 0 115 134 60 12 126 34
Binary 10000101 11111 1010 0 1001101 1011100 110000 1010 1010110 11100

Color Harmonies of #851F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851F0A

Black with #851F0A

Text Example


Text Example

White with #851F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851F0A; }

 p { color: rgb(133,31,10); }

 H1.HeaderClassName
 {
   color: #851F0A;
 }
 .AnyTagClassName
 {
   color: #851F0A;
 }
</style>

background-color css

<style>
 a { background-color: #851F0A; }

 a { background-color: rgb(133,31,10); }

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

border-color css

<style>
 span { border-color: #851F0A; }

 span { border-color: rgb(133,31,10); }

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