Html Css Color HEX #851A08 Falu Red

📋 copy color: '#851A08'

red 133 ◦ green 26 ◦ blue 8

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

Shades of Falu Red #851A08

Tints of Falu Red #851A08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.79%

R = 79.64%
G = 15.57%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#851A08 (or 0x851A08) is known color: Falu Red. HEX triplet: 85, 1A and 08. RGB value is (133,26,8). Sum of RGB (Red+Green+Blue) = 133+26+8=167 (22% of max value = 765). Red value is 133 (52.34% from 255 or 79.64% from 167); Green value is 26 (10.55% from 255 or 15.57% from 167); Blue value is 8 (3.52% from 255 or 4.79% from 167); Max value from RGB is 133 - color contains mainly: red. Hex color #851A08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851A08 is #7AE5F7. Grayscale: #383838. Windows color (decimal): -8054264 or 531077. OLE color: 531077.

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

Color convert

RGB 133 26 8 -
CMYK 0 0.80 0.94 0.48
HSL 8.64º 0.89% 0.28% -
HSV(B) 8.64º 0.94% 0.52% -
XYZ 10.09 5.74 0.81 -
YUV 55.94 100.95 182.96 -
System Red Green Blue C M Y K H S L
Decimal 133 26 8 0 0.80 0.94 0.48 8.64 0.89 0.28
Hex 85 1A 8 0 50 5E 30 9 59 1C
Octal 205 32 10 0 120 136 60 11 131 34
Binary 10000101 11010 1000 0 1010000 1011110 110000 1001 1011001 11100

Color Harmonies of #851A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851A08

Black with #851A08

Text Example


Text Example

White with #851A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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