Html Css Color HEX #851A07 Falu Red

📋 copy color: '#851A07'

red 133 ◦ green 26 ◦ blue 7

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

Shades of Falu Red #851A07

Tints of Falu Red #851A07

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.66%

 BLUE value IS 7 (3.13% from 255) = 4.22%

R = 80.12%
G = 15.66%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#851A07 (or 0x851A07) is known color: Falu Red. HEX triplet: 85, 1A and 07. RGB value is (133,26,7). Sum of RGB (Red+Green+Blue) = 133+26+7=166 (21% of max value = 765). Red value is 133 (52.34% from 255 or 80.12% from 166); Green value is 26 (10.55% from 255 or 15.66% from 166); Blue value is 7 (3.12% from 255 or 4.22% from 166); Max value from RGB is 133 - color contains mainly: red. Hex color #851A07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851A07 is #7AE5F8. Grayscale: #383838. Windows color (decimal): -8054265 or 465541. OLE color: 465541.

HSL color Cylindrical-coordinate representation of color #851A07: hue angle of 9.05º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #851A07 is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 26 7 -
CMYK 0 0.80 0.95 0.48
HSL 9.05º 0.9% 0.27% -
HSV(B) 9.05º 0.95% 0.52% -
XYZ 10.08 5.74 0.78 -
YUV 55.83 100.45 183.04 -
System Red Green Blue C M Y K H S L
Decimal 133 26 7 0 0.80 0.95 0.48 9.05 0.9 0.27
Hex 85 1A 7 0 50 5F 30 9 5A 1B
Octal 205 32 7 0 120 137 60 11 132 33
Binary 10000101 11010 111 0 1010000 1011111 110000 1001 1011010 11011

Color Harmonies of #851A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851A07

Black with #851A07

Text Example


Text Example

White with #851A07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,26,7); }

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

background-color css

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

 a { background-color: rgb(133,26,7); }

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

border-color css

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

 span { border-color: rgb(133,26,7); }

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