Html Css Color HEX #75150E Falu Red

📋 copy color: '#75150E'

red 117 ◦ green 21 ◦ blue 14

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

Shades of Falu Red #75150E

Tints of Falu Red #75150E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.82%

 BLUE value IS 14 (5.86% from 255) = 9.21%

R = 76.97%
G = 13.82%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.54

RGB Variations

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

Color information

#75150E (or 0x75150E) is known color: Falu Red. HEX triplet: 75, 15 and 0E. RGB value is (117,21,14). Sum of RGB (Red+Green+Blue) = 117+21+14=152 (20% of max value = 765). Red value is 117 (46.09% from 255 or 76.97% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 14 (5.86% from 255 or 9.21% from 152); Max value from RGB is 117 - color contains mainly: red. Hex color #75150E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75150E is #8AEAF1. Grayscale: #313131. Windows color (decimal): -9104114 or 922997. OLE color: 922997.

HSL color Cylindrical-coordinate representation of color #75150E: hue angle of 4.08º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #75150E is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 21 14 -
CMYK 0 0.82 0.88 0.54
HSL 4.08º 0.79% 0.26% -
HSV(B) 4.08º 0.88% 0.46% -
XYZ 7.68 4.35 0.85 -
YUV 48.91 108.3 176.57 -
System Red Green Blue C M Y K H S L
Decimal 117 21 14 0 0.82 0.88 0.54 4.08 0.79 0.26
Hex 75 15 E 0 52 58 36 4 4F 1A
Octal 165 25 16 0 122 130 66 4 117 32
Binary 1110101 10101 1110 0 1010010 1011000 110110 100 1001111 11010

Color Harmonies of #75150E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75150E

Black with #75150E

Text Example


Text Example

White with #75150E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75150E; }

 p { color: rgb(117,21,14); }

 H1.HeaderClassName
 {
   color: #75150E;
 }
 .AnyTagClassName
 {
   color: #75150E;
 }
</style>

background-color css

<style>
 a { background-color: #75150E; }

 a { background-color: rgb(117,21,14); }

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

border-color css

<style>
 span { border-color: #75150E; }

 span { border-color: rgb(117,21,14); }

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