Html Css Color HEX #851D0D Falu Red

📋 copy color: '#851D0D'

red 133 ◦ green 29 ◦ blue 13

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

Shades of Falu Red #851D0D

Tints of Falu Red #851D0D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.57%

 BLUE value IS 13 (5.47% from 255) = 7.43%

R = 76%
G = 16.57%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#851D0D (or 0x851D0D) is known color: Falu Red. HEX triplet: 85, 1D and 0D. RGB value is (133,29,13). Sum of RGB (Red+Green+Blue) = 133+29+13=175 (23% of max value = 765). Red value is 133 (52.34% from 255 or 76% from 175); Green value is 29 (11.72% from 255 or 16.57% from 175); Blue value is 13 (5.47% from 255 or 7.43% from 175); Max value from RGB is 133 - color contains mainly: red. Hex color #851D0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851D0D is #7AE2F2. Grayscale: #3A3A3A. Windows color (decimal): -8053491 or 859525. OLE color: 859525.

HSL color Cylindrical-coordinate representation of color #851D0D: hue angle of 8º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #851D0D is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 29 13 -
CMYK 0 0.78 0.90 0.48
HSL 0.82% 0.29% -
HSV(B) 0.9% 0.52% -
XYZ 10.18 5.89 0.98 -
YUV 58.27 102.46 181.3 -
System Red Green Blue C M Y K H S L
Decimal 133 29 13 0 0.78 0.90 0.48 8 0.82 0.29
Hex 85 1D D 0 4E 5A 30 8 52 1D
Octal 205 35 15 0 116 132 60 10 122 35
Binary 10000101 11101 1101 0 1001110 1011010 110000 1000 1010010 11101

Color Harmonies of #851D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851D0D

Black with #851D0D

Text Example


Text Example

White with #851D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,29,13); }

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

background-color css

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

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

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

border-color css

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

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

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