Html Css Color HEX #851C0F Falu Red

📋 copy color: '#851C0F'

red 133 ◦ green 28 ◦ blue 15

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

Shades of Falu Red #851C0F

Tints of Falu Red #851C0F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.91%

 BLUE value IS 15 (6.25% from 255) = 8.52%

R = 75.57%
G = 15.91%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#851C0F (or 0x851C0F) is known color: Falu Red. HEX triplet: 85, 1C and 0F. RGB value is (133,28,15). Sum of RGB (Red+Green+Blue) = 133+28+15=176 (23% of max value = 765). Red value is 133 (52.34% from 255 or 75.57% from 176); Green value is 28 (11.33% from 255 or 15.91% from 176); Blue value is 15 (6.25% from 255 or 8.52% from 176); Max value from RGB is 133 - color contains mainly: red. Hex color #851C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851C0F is #7AE3F0. Grayscale: #3A3A3A. Windows color (decimal): -8053745 or 990341. OLE color: 990341.

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

Color convert

RGB 133 28 15 -
CMYK 0 0.79 0.89 0.48
HSL 6.61º 0.8% 0.29% -
HSV(B) 6.61º 0.89% 0.52% -
XYZ 10.17 5.85 1.05 -
YUV 57.91 103.79 181.56 -
System Red Green Blue C M Y K H S L
Decimal 133 28 15 0 0.79 0.89 0.48 6.61 0.8 0.29
Hex 85 1C F 0 4F 59 30 7 50 1D
Octal 205 34 17 0 117 131 60 7 120 35
Binary 10000101 11100 1111 0 1001111 1011001 110000 111 1010000 11101

Color Harmonies of #851C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851C0F

Black with #851C0F

Text Example


Text Example

White with #851C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,28,15); }

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

background-color css

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

 a { background-color: rgb(133,28,15); }

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

border-color css

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

 span { border-color: rgb(133,28,15); }

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