Html Css Color HEX #851B03 Falu Red

📋 copy color: '#851B03'

red 133 ◦ green 27 ◦ blue 3

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

Shades of Falu Red #851B03

Tints of Falu Red #851B03

RGB

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

 GREEN value IS 27 (10.94% from 255) = 16.56%

 BLUE value IS 3 (1.56% from 255) = 1.84%

R = 81.6%
G = 16.56%
B = 1.84%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#851B03 (or 0x851B03) is known color: Falu Red. HEX triplet: 85, 1B and 03. RGB value is (133,27,3). Sum of RGB (Red+Green+Blue) = 133+27+3=163 (21% of max value = 765). Red value is 133 (52.34% from 255 or 81.60% from 163); Green value is 27 (10.94% from 255 or 16.56% from 163); Blue value is 3 (1.56% from 255 or 1.84% from 163); Max value from RGB is 133 - color contains mainly: red. Hex color #851B03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851B03 is #7AE4FC. Grayscale: #383838. Windows color (decimal): -8054013 or 203653. OLE color: 203653.

HSL color Cylindrical-coordinate representation of color #851B03: hue angle of 11.08º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #851B03 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 27 3 -
CMYK 0 0.80 0.98 0.48
HSL 11.08º 0.96% 0.27% -
HSV(B) 11.08º 0.98% 0.52% -
XYZ 10.08 5.78 0.67 -
YUV 55.96 98.12 182.95 -
System Red Green Blue C M Y K H S L
Decimal 133 27 3 0 0.80 0.98 0.48 11.08 0.96 0.27
Hex 85 1B 3 0 50 62 30 B 60 1B
Octal 205 33 3 0 120 142 60 13 140 33
Binary 10000101 11011 11 0 1010000 1100010 110000 1011 1100000 11011

Color Harmonies of #851B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851B03

Black with #851B03

Text Example


Text Example

White with #851B03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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