Html Css Color HEX #751817 Falu Red

📋 copy color: '#751817'

red 117 ◦ green 24 ◦ blue 23

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

Shades of Falu Red #751817

Tints of Falu Red #751817

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 14.02%

R = 71.34%
G = 14.63%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#751817 (or 0x751817) is known color: Falu Red. HEX triplet: 75, 18 and 17. RGB value is (117,24,23). Sum of RGB (Red+Green+Blue) = 117+24+23=164 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.34% from 164); Green value is 24 (9.77% from 255 or 14.63% from 164); Blue value is 23 (9.38% from 255 or 14.02% from 164); Max value from RGB is 117 - color contains mainly: red. Hex color #751817 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751817 is #8AE7E8. Grayscale: #333333. Windows color (decimal): -9103337 or 1513589. OLE color: 1513589.

HSL color Cylindrical-coordinate representation of color #751817: hue angle of 0.64º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #751817 is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 24 23 -
CMYK 0 0.79 0.80 0.54
HSL 0.64º 0.67% 0.27% -
HSV(B) 0.64º 0.8% 0.46% -
XYZ 7.82 4.5 1.27 -
YUV 51.69 111.81 174.58 -
System Red Green Blue C M Y K H S L
Decimal 117 24 23 0 0.79 0.80 0.54 0.64 0.67 0.27
Hex 75 18 17 0 4F 50 36 1 43 1B
Octal 165 30 27 0 117 120 66 1 103 33
Binary 1110101 11000 10111 0 1001111 1010000 110110 1 1000011 11011

Color Harmonies of #751817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751817

Black with #751817

Text Example


Text Example

White with #751817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751817; }

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

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

background-color css

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

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

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

border-color css

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

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

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