Html Css Color HEX #75180F Falu Red

📋 copy color: '#75180F'

red 117 ◦ green 24 ◦ blue 15

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

Shades of Falu Red #75180F

Tints of Falu Red #75180F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.38%

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

R = 75%
G = 15.38%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#75180F (or 0x75180F) is known color: Falu Red. HEX triplet: 75, 18 and 0F. RGB value is (117,24,15). Sum of RGB (Red+Green+Blue) = 117+24+15=156 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75% from 156); Green value is 24 (9.77% from 255 or 15.38% from 156); Blue value is 15 (6.25% from 255 or 9.62% from 156); Max value from RGB is 117 - color contains mainly: red. Hex color #75180F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75180F is #8AE7F0. Grayscale: #323232. Windows color (decimal): -9103345 or 989301. OLE color: 989301.

HSL color Cylindrical-coordinate representation of color #75180F: hue angle of 5.29º 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 #75180F is Cyan = 0, Magento = 0.79, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 24 15 -
CMYK 0 0.79 0.87 0.54
HSL 5.29º 0.77% 0.26% -
HSV(B) 5.29º 0.87% 0.46% -
XYZ 7.75 4.47 0.91 -
YUV 50.78 107.81 175.23 -
System Red Green Blue C M Y K H S L
Decimal 117 24 15 0 0.79 0.87 0.54 5.29 0.77 0.26
Hex 75 18 F 0 4F 57 36 5 4D 1A
Octal 165 30 17 0 117 127 66 5 115 32
Binary 1110101 11000 1111 0 1001111 1010111 110110 101 1001101 11010

Color Harmonies of #75180F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75180F

Black with #75180F

Text Example


Text Example

White with #75180F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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