Html Css Color HEX #851717 Falu Red

📋 copy color: '#851717'

red 133 ◦ green 23 ◦ blue 23

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

Shades of Falu Red #851717

Tints of Falu Red #851717

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.85%

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

R = 74.3%
G = 12.85%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#851717 (or 0x851717) is known color: Falu Red. HEX triplet: 85, 17 and 17. RGB value is (133,23,23). Sum of RGB (Red+Green+Blue) = 133+23+23=179 (23% of max value = 765). Red value is 133 (52.34% from 255 or 74.30% from 179); Green value is 23 (9.38% from 255 or 12.85% from 179); Blue value is 23 (9.38% from 255 or 12.85% from 179); Max value from RGB is 133 - color contains mainly: red. Hex color #851717 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851717 is #7AE8E8. Grayscale: #383838. Windows color (decimal): -8055017 or 1513349. OLE color: 1513349.

HSL color Cylindrical-coordinate representation of color #851717: hue angle of 0º 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 #851717 is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 23 23 -
CMYK 0 0.83 0.83 0.48
HSL 0.71% 0.31% -
HSV(B) 0.83% 0.52% -
XYZ 10.13 5.66 1.37 -
YUV 55.89 109.44 183 -
System Red Green Blue C M Y K H S L
Decimal 133 23 23 0 0.83 0.83 0.48 0 0.71 0.31
Hex 85 17 17 0 53 53 30 0 47 1F
Octal 205 27 27 0 123 123 60 0 107 37
Binary 10000101 10111 10111 0 1010011 1010011 110000 0 1000111 11111

Color Harmonies of #851717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851717

Black with #851717

Text Example


Text Example

White with #851717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851717; }

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

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

background-color css

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

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

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

border-color css

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

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

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