Html Css Color HEX #71230F Falu Red

📋 copy color: '#71230F'

red 113 ◦ green 35 ◦ blue 15

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

Shades of Falu Red #71230F

Tints of Falu Red #71230F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.2%

R = 69.33%
G = 21.47%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#71230F (or 0x71230F) is known color: Falu Red. HEX triplet: 71, 23 and 0F. RGB value is (113,35,15). Sum of RGB (Red+Green+Blue) = 113+35+15=163 (21% of max value = 765). Red value is 113 (44.53% from 255 or 69.33% from 163); Green value is 35 (14.06% from 255 or 21.47% from 163); Blue value is 15 (6.25% from 255 or 9.20% from 163); Max value from RGB is 113 - color contains mainly: red. Hex color #71230F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71230F is #8EDCF0. Grayscale: #383838. Windows color (decimal): -9362673 or 992113. OLE color: 992113.

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

Color convert

RGB 113 35 15 -
CMYK 0 0.69 0.87 0.56
HSL 12.24º 0.77% 0.25% -
HSV(B) 12.24º 0.87% 0.44% -
XYZ 7.5 4.75 0.97 -
YUV 56.04 104.84 168.63 -
System Red Green Blue C M Y K H S L
Decimal 113 35 15 0 0.69 0.87 0.56 12.24 0.77 0.25
Hex 71 23 F 0 45 57 38 C 4D 19
Octal 161 43 17 0 105 127 70 14 115 31
Binary 1110001 100011 1111 0 1000101 1010111 111000 1100 1001101 11001

Color Harmonies of #71230F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71230F

Black with #71230F

Text Example


Text Example

White with #71230F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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