Html Css Color HEX #71230C Falu Red

📋 copy color: '#71230C'

red 113 ◦ green 35 ◦ blue 12

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

Shades of Falu Red #71230C

Tints of Falu Red #71230C

RGB

 RED value IS 113 (44.53% from 255) = 70.63%

 GREEN value IS 35 (14.06% from 255) = 21.88%

 BLUE value IS 12 (5.08% from 255) = 7.5%

R = 70.63%
G = 21.88%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#71230C (or 0x71230C) is known color: Falu Red. HEX triplet: 71, 23 and 0C. RGB value is (113,35,12). Sum of RGB (Red+Green+Blue) = 113+35+12=160 (21% of max value = 765). Red value is 113 (44.53% from 255 or 70.62% from 160); Green value is 35 (14.06% from 255 or 21.88% from 160); Blue value is 12 (5.08% from 255 or 7.5% from 160); Max value from RGB is 113 - color contains mainly: red. Hex color #71230C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71230C is #8EDCF3. Grayscale: #373737. Windows color (decimal): -9362676 or 795505. OLE color: 795505.

HSL color Cylindrical-coordinate representation of color #71230C: hue angle of 13.66º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #71230C is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 35 12 -
CMYK 0 0.69 0.89 0.56
HSL 13.66º 0.81% 0.25% -
HSV(B) 13.66º 0.89% 0.44% -
XYZ 7.48 4.74 0.87 -
YUV 55.7 103.34 168.87 -
System Red Green Blue C M Y K H S L
Decimal 113 35 12 0 0.69 0.89 0.56 13.66 0.81 0.25
Hex 71 23 C 0 45 59 38 E 51 19
Octal 161 43 14 0 105 131 70 16 121 31
Binary 1110001 100011 1100 0 1000101 1011001 111000 1110 1010001 11001

Color Harmonies of #71230C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71230C

Black with #71230C

Text Example


Text Example

White with #71230C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71230C; }

 p { color: rgb(113,35,12); }

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

background-color css

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

 a { background-color: rgb(113,35,12); }

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

border-color css

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

 span { border-color: rgb(113,35,12); }

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