Html Css Color HEX #75110F Falu Red

📋 copy color: '#75110F'

red 117 ◦ green 17 ◦ blue 15

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

Shades of Falu Red #75110F

Tints of Falu Red #75110F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.41%

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

R = 78.52%
G = 11.41%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#75110F (or 0x75110F) is known color: Falu Red. HEX triplet: 75, 11 and 0F. RGB value is (117,17,15). Sum of RGB (Red+Green+Blue) = 117+17+15=149 (19% of max value = 765). Red value is 117 (46.09% from 255 or 78.52% from 149); Green value is 17 (7.03% from 255 or 11.41% from 149); Blue value is 15 (6.25% from 255 or 10.07% from 149); Max value from RGB is 117 - color contains mainly: red. Hex color #75110F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75110F is #8AEEF0. Grayscale: #2E2E2E. Windows color (decimal): -9105137 or 987509. OLE color: 987509.

HSL color Cylindrical-coordinate representation of color #75110F: hue angle of 1.18º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #75110F is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 17 15 -
CMYK 0 0.85 0.87 0.54
HSL 1.18º 0.77% 0.26% -
HSV(B) 1.18º 0.87% 0.46% -
XYZ 7.62 4.22 0.86 -
YUV 46.67 110.13 178.16 -
System Red Green Blue C M Y K H S L
Decimal 117 17 15 0 0.85 0.87 0.54 1.18 0.77 0.26
Hex 75 11 F 0 55 57 36 1 4D 1A
Octal 165 21 17 0 125 127 66 1 115 32
Binary 1110101 10001 1111 0 1010101 1010111 110110 1 1001101 11010

Color Harmonies of #75110F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75110F

Black with #75110F

Text Example


Text Example

White with #75110F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,17,15); }

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

background-color css

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

 a { background-color: rgb(117,17,15); }

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

border-color css

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

 span { border-color: rgb(117,17,15); }

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