Html Css Color HEX #75160D Falu Red

📋 copy color: '#75160D'

red 117 ◦ green 22 ◦ blue 13

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

Shades of Falu Red #75160D

Tints of Falu Red #75160D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.47%

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

R = 76.97%
G = 14.47%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#75160D (or 0x75160D) is known color: Falu Red. HEX triplet: 75, 16 and 0D. RGB value is (117,22,13). Sum of RGB (Red+Green+Blue) = 117+22+13=152 (20% of max value = 765). Red value is 117 (46.09% from 255 or 76.97% from 152); Green value is 22 (8.98% from 255 or 14.47% from 152); Blue value is 13 (5.47% from 255 or 8.55% from 152); Max value from RGB is 117 - color contains mainly: red. Hex color #75160D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75160D is #8AE9F2. Grayscale: #313131. Windows color (decimal): -9103859 or 857717. OLE color: 857717.

HSL color Cylindrical-coordinate representation of color #75160D: hue angle of 5.19º 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 #75160D is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 22 13 -
CMYK 0 0.81 0.89 0.54
HSL 5.19º 0.8% 0.25% -
HSV(B) 5.19º 0.89% 0.46% -
XYZ 7.7 4.38 0.82 -
YUV 49.38 107.47 176.23 -
System Red Green Blue C M Y K H S L
Decimal 117 22 13 0 0.81 0.89 0.54 5.19 0.8 0.25
Hex 75 16 D 0 51 59 36 5 50 19
Octal 165 26 15 0 121 131 66 5 120 31
Binary 1110101 10110 1101 0 1010001 1011001 110110 101 1010000 11001

Color Harmonies of #75160D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75160D

Black with #75160D

Text Example


Text Example

White with #75160D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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