Html Css Color HEX #851817 Falu Red

📋 copy color: '#851817'

red 133 ◦ green 24 ◦ blue 23

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

Shades of Falu Red #851817

Tints of Falu Red #851817

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.33%

 BLUE value IS 23 (9.38% from 255) = 12.78%

R = 73.89%
G = 13.33%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#851817 (or 0x851817) is known color: Falu Red. HEX triplet: 85, 18 and 17. RGB value is (133,24,23). Sum of RGB (Red+Green+Blue) = 133+24+23=180 (23% of max value = 765). Red value is 133 (52.34% from 255 or 73.89% from 180); Green value is 24 (9.77% from 255 or 13.33% from 180); Blue value is 23 (9.38% from 255 or 12.78% from 180); Max value from RGB is 133 - color contains mainly: red. Hex color #851817 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851817 is #7AE7E8. Grayscale: #383838. Windows color (decimal): -8054761 or 1513605. OLE color: 1513605.

HSL color Cylindrical-coordinate representation of color #851817: hue angle of 0.55º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #851817 is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 24 23 -
CMYK 0 0.82 0.83 0.48
HSL 0.55º 0.71% 0.31% -
HSV(B) 0.55º 0.83% 0.52% -
XYZ 10.15 5.7 1.38 -
YUV 56.48 109.11 182.58 -
System Red Green Blue C M Y K H S L
Decimal 133 24 23 0 0.82 0.83 0.48 0.55 0.71 0.31
Hex 85 18 17 0 52 53 30 1 47 1F
Octal 205 30 27 0 122 123 60 1 107 37
Binary 10000101 11000 10111 0 1010010 1010011 110000 1 1000111 11111

Color Harmonies of #851817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851817

Black with #851817

Text Example


Text Example

White with #851817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851817; }

 p { color: rgb(133,24,23); }

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

background-color css

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

 a { background-color: rgb(133,24,23); }

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

border-color css

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

 span { border-color: rgb(133,24,23); }

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