Html Css Color HEX #75170D Falu Red

📋 copy color: '#75170D'

red 117 ◦ green 23 ◦ blue 13

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

Shades of Falu Red #75170D

Tints of Falu Red #75170D

RGB

 RED value IS 117 (46.09% from 255) = 76.47%

 GREEN value IS 23 (9.38% from 255) = 15.03%

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

R = 76.47%
G = 15.03%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#75170D (or 0x75170D) is known color: Falu Red. HEX triplet: 75, 17 and 0D. RGB value is (117,23,13). Sum of RGB (Red+Green+Blue) = 117+23+13=153 (20% of max value = 765). Red value is 117 (46.09% from 255 or 76.47% from 153); Green value is 23 (9.38% from 255 or 15.03% from 153); Blue value is 13 (5.47% from 255 or 8.50% from 153); Max value from RGB is 117 - color contains mainly: red. Hex color #75170D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75170D is #8AE8F2. Grayscale: #323232. Windows color (decimal): -9103603 or 857973. OLE color: 857973.

HSL color Cylindrical-coordinate representation of color #75170D: hue angle of 5.77º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #75170D is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 23 13 -
CMYK 0 0.80 0.89 0.54
HSL 5.77º 0.8% 0.25% -
HSV(B) 5.77º 0.89% 0.46% -
XYZ 7.72 4.42 0.83 -
YUV 49.97 107.14 175.81 -
System Red Green Blue C M Y K H S L
Decimal 117 23 13 0 0.80 0.89 0.54 5.77 0.8 0.25
Hex 75 17 D 0 50 59 36 6 50 19
Octal 165 27 15 0 120 131 66 6 120 31
Binary 1110101 10111 1101 0 1010000 1011001 110110 110 1010000 11001

Color Harmonies of #75170D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75170D

Black with #75170D

Text Example


Text Example

White with #75170D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75170D; }

 p { color: rgb(117,23,13); }

 H1.HeaderClassName
 {
   color: #75170D;
 }
 .AnyTagClassName
 {
   color: #75170D;
 }
</style>

background-color css

<style>
 a { background-color: #75170D; }

 a { background-color: rgb(117,23,13); }

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

border-color css

<style>
 span { border-color: #75170D; }

 span { border-color: rgb(117,23,13); }

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