Html Css Color HEX #8F130D Falu Red

📋 copy color: '#8F130D'

red 143 ◦ green 19 ◦ blue 13

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

Shades of Falu Red #8F130D

Tints of Falu Red #8F130D

RGB

 RED value IS 143 (56.25% from 255) = 81.71%

 GREEN value IS 19 (7.81% from 255) = 10.86%

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

R = 81.71%
G = 10.86%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.91

 K value IS 0.44

RGB Variations

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

Color information

#8F130D (or 0x8F130D) is known color: Falu Red. HEX triplet: 8F, 13 and 0D. RGB value is (143,19,13). Sum of RGB (Red+Green+Blue) = 143+19+13=175 (23% of max value = 765). Red value is 143 (56.25% from 255 or 81.71% from 175); Green value is 19 (7.81% from 255 or 10.86% from 175); Blue value is 13 (5.47% from 255 or 7.43% from 175); Max value from RGB is 143 - color contains mainly: red. Hex color #8F130D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F130D is #70ECF2. Grayscale: #373737. Windows color (decimal): -7400691 or 856975. OLE color: 856975.

HSL color Cylindrical-coordinate representation of color #8F130D: hue angle of 2.77º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8F130D is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 19 13 -
CMYK 0 0.87 0.91 0.44
HSL 2.77º 0.83% 0.31% -
HSV(B) 2.77º 0.91% 0.56% -
XYZ 11.63 6.33 0.99 -
YUV 55.39 104.08 190.49 -
System Red Green Blue C M Y K H S L
Decimal 143 19 13 0 0.87 0.91 0.44 2.77 0.83 0.31
Hex 8F 13 D 0 57 5B 2C 3 53 1F
Octal 217 23 15 0 127 133 54 3 123 37
Binary 10001111 10011 1101 0 1010111 1011011 101100 11 1010011 11111

Color Harmonies of #8F130D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F130D

Black with #8F130D

Text Example


Text Example

White with #8F130D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F130D; }

 p { color: rgb(143,19,13); }

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

background-color css

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

 a { background-color: rgb(143,19,13); }

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

border-color css

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

 span { border-color: rgb(143,19,13); }

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