Html Css Color HEX #851F02 Falu Red

📋 copy color: '#851F02'

red 133 ◦ green 31 ◦ blue 2

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

Shades of Falu Red #851F02

Tints of Falu Red #851F02

RGB

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

 GREEN value IS 31 (12.5% from 255) = 18.67%

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

R = 80.12%
G = 18.67%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#851F02 (or 0x851F02) is known color: Falu Red. HEX triplet: 85, 1F and 02. RGB value is (133,31,2). Sum of RGB (Red+Green+Blue) = 133+31+2=166 (21% of max value = 765). Red value is 133 (52.34% from 255 or 80.12% from 166); Green value is 31 (12.5% from 255 or 18.67% from 166); Blue value is 2 (1.17% from 255 or 1.20% from 166); Max value from RGB is 133 - color contains mainly: red. Hex color #851F02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851F02 is #7AE0FD. Grayscale: #3A3A3A. Windows color (decimal): -8052990 or 139141. OLE color: 139141.

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

Color convert

RGB 133 31 2 -
CMYK 0 0.77 0.98 0.48
HSL 13.28º 0.97% 0.26% -
HSV(B) 13.28º 0.98% 0.52% -
XYZ 10.17 5.97 0.67 -
YUV 58.19 96.29 181.36 -
System Red Green Blue C M Y K H S L
Decimal 133 31 2 0 0.77 0.98 0.48 13.28 0.97 0.26
Hex 85 1F 2 0 4D 62 30 D 61 1A
Octal 205 37 2 0 115 142 60 15 141 32
Binary 10000101 11111 10 0 1001101 1100010 110000 1101 1100001 11010

Color Harmonies of #851F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851F02

Black with #851F02

Text Example


Text Example

White with #851F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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