Html Css Color HEX #851902 Falu Red

📋 copy color: '#851902'

red 133 ◦ green 25 ◦ blue 2

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

Shades of Falu Red #851902

Tints of Falu Red #851902

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.63%

 BLUE value IS 2 (1.17% from 255) = 1.25%

R = 83.13%
G = 15.63%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#851902 (or 0x851902) is known color: Falu Red. HEX triplet: 85, 19 and 02. RGB value is (133,25,2). Sum of RGB (Red+Green+Blue) = 133+25+2=160 (21% of max value = 765). Red value is 133 (52.34% from 255 or 83.12% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 2 (1.17% from 255 or 1.25% from 160); Max value from RGB is 133 - color contains mainly: red. Hex color #851902 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851902 is #7AE6FD. Grayscale: #363636. Windows color (decimal): -8054526 or 137605. OLE color: 137605.

HSL color Cylindrical-coordinate representation of color #851902: hue angle of 10.53º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #851902 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 25 2 -
CMYK 0 0.81 0.98 0.48
HSL 10.53º 0.97% 0.26% -
HSV(B) 10.53º 0.98% 0.52% -
XYZ 10.03 5.69 0.63 -
YUV 54.67 98.28 183.87 -
System Red Green Blue C M Y K H S L
Decimal 133 25 2 0 0.81 0.98 0.48 10.53 0.97 0.26
Hex 85 19 2 0 51 62 30 B 61 1A
Octal 205 31 2 0 121 142 60 13 141 32
Binary 10000101 11001 10 0 1010001 1100010 110000 1011 1100001 11010

Color Harmonies of #851902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851902

Black with #851902

Text Example


Text Example

White with #851902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851902; }

 p { color: rgb(133,25,2); }

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

background-color css

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

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

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

border-color css

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

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

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