Html Css Color HEX #75190C Falu Red

📋 copy color: '#75190C'

red 117 ◦ green 25 ◦ blue 12

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

Shades of Falu Red #75190C

Tints of Falu Red #75190C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.23%

 BLUE value IS 12 (5.08% from 255) = 7.79%

R = 75.97%
G = 16.23%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#75190C (or 0x75190C) is known color: Falu Red. HEX triplet: 75, 19 and 0C. RGB value is (117,25,12). Sum of RGB (Red+Green+Blue) = 117+25+12=154 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75.97% from 154); Green value is 25 (10.16% from 255 or 16.23% from 154); Blue value is 12 (5.08% from 255 or 7.79% from 154); Max value from RGB is 117 - color contains mainly: red. Hex color #75190C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75190C is #8AE6F3. Grayscale: #333333. Windows color (decimal): -9103092 or 792949. OLE color: 792949.

HSL color Cylindrical-coordinate representation of color #75190C: hue angle of 7.43º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #75190C is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 25 12 -
CMYK 0 0.79 0.90 0.54
HSL 7.43º 0.81% 0.25% -
HSV(B) 7.43º 0.9% 0.46% -
XYZ 7.75 4.5 0.81 -
YUV 51.03 105.98 175.06 -
System Red Green Blue C M Y K H S L
Decimal 117 25 12 0 0.79 0.90 0.54 7.43 0.81 0.25
Hex 75 19 C 0 4F 5A 36 7 51 19
Octal 165 31 14 0 117 132 66 7 121 31
Binary 1110101 11001 1100 0 1001111 1011010 110110 111 1010001 11001

Color Harmonies of #75190C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75190C

Black with #75190C

Text Example


Text Example

White with #75190C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75190C; }

 p { color: rgb(117,25,12); }

 H1.HeaderClassName
 {
   color: #75190C;
 }
 .AnyTagClassName
 {
   color: #75190C;
 }
</style>

background-color css

<style>
 a { background-color: #75190C; }

 a { background-color: rgb(117,25,12); }

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

border-color css

<style>
 span { border-color: #75190C; }

 span { border-color: rgb(117,25,12); }

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