Html Css Color HEX #851C1B Falu Red

📋 copy color: '#851C1B'

red 133 ◦ green 28 ◦ blue 27

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

Shades of Falu Red #851C1B

Tints of Falu Red #851C1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 14.36%

R = 70.74%
G = 14.89%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#851C1B (or 0x851C1B) is known color: Falu Red. HEX triplet: 85, 1C and 1B. RGB value is (133,28,27). Sum of RGB (Red+Green+Blue) = 133+28+27=188 (24% of max value = 765). Red value is 133 (52.34% from 255 or 70.74% from 188); Green value is 28 (11.33% from 255 or 14.89% from 188); Blue value is 27 (10.94% from 255 or 14.36% from 188); Max value from RGB is 133 - color contains mainly: red. Hex color #851C1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851C1B is #7AE3E4. Grayscale: #3B3B3B. Windows color (decimal): -8053733 or 1776773. OLE color: 1776773.

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

Color convert

RGB 133 28 27 -
CMYK 0 0.79 0.80 0.48
HSL 0.57º 0.66% 0.31% -
HSV(B) 0.57º 0.8% 0.52% -
XYZ 10.29 5.9 1.63 -
YUV 59.28 109.79 180.58 -
System Red Green Blue C M Y K H S L
Decimal 133 28 27 0 0.79 0.80 0.48 0.57 0.66 0.31
Hex 85 1C 1B 0 4F 50 30 1 42 1F
Octal 205 34 33 0 117 120 60 1 102 37
Binary 10000101 11100 11011 0 1001111 1010000 110000 1 1000010 11111

Color Harmonies of #851C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851C1B

Black with #851C1B

Text Example


Text Example

White with #851C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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