Html Css Color HEX #75170C Falu Red

📋 copy color: '#75170C'

red 117 ◦ green 23 ◦ blue 12

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

Shades of Falu Red #75170C

Tints of Falu Red #75170C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.13%

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

R = 76.97%
G = 15.13%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#75170C (or 0x75170C) is known color: Falu Red. HEX triplet: 75, 17 and 0C. RGB value is (117,23,12). Sum of RGB (Red+Green+Blue) = 117+23+12=152 (20% of max value = 765). Red value is 117 (46.09% from 255 or 76.97% from 152); Green value is 23 (9.38% from 255 or 15.13% from 152); Blue value is 12 (5.08% from 255 or 7.89% from 152); Max value from RGB is 117 - color contains mainly: red. Hex color #75170C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75170C is #8AE8F3. Grayscale: #313131. Windows color (decimal): -9103604 or 792437. OLE color: 792437.

HSL color Cylindrical-coordinate representation of color #75170C: hue angle of 6.29º 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 #75170C is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 23 12 -
CMYK 0 0.80 0.90 0.54
HSL 6.29º 0.81% 0.25% -
HSV(B) 6.29º 0.9% 0.46% -
XYZ 7.71 4.42 0.79 -
YUV 49.85 106.64 175.89 -
System Red Green Blue C M Y K H S L
Decimal 117 23 12 0 0.80 0.90 0.54 6.29 0.81 0.25
Hex 75 17 C 0 50 5A 36 6 51 19
Octal 165 27 14 0 120 132 66 6 121 31
Binary 1110101 10111 1100 0 1010000 1011010 110110 110 1010001 11001

Color Harmonies of #75170C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75170C

Black with #75170C

Text Example


Text Example

White with #75170C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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