Html Css Color HEX #751C19 Falu Red

📋 copy color: '#751C19'

red 117 ◦ green 28 ◦ blue 25

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

Shades of Falu Red #751C19

Tints of Falu Red #751C19

RGB

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

 GREEN value IS 28 (11.33% from 255) = 16.47%

 BLUE value IS 25 (10.16% from 255) = 14.71%

R = 68.82%
G = 16.47%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#751C19 (or 0x751C19) is known color: Falu Red. HEX triplet: 75, 1C and 19. RGB value is (117,28,25). Sum of RGB (Red+Green+Blue) = 117+28+25=170 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.82% from 170); Green value is 28 (11.33% from 255 or 16.47% from 170); Blue value is 25 (10.16% from 255 or 14.71% from 170); Max value from RGB is 117 - color contains mainly: red. Hex color #751C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751C19 is #8AE3E6. Grayscale: #363636. Windows color (decimal): -9102311 or 1645685. OLE color: 1645685.

HSL color Cylindrical-coordinate representation of color #751C19: hue angle of 1.96º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #751C19 is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 28 25 -
CMYK 0 0.76 0.79 0.54
HSL 1.96º 0.65% 0.28% -
HSV(B) 1.96º 0.79% 0.46% -
XYZ 7.93 4.68 1.41 -
YUV 54.27 111.49 172.74 -
System Red Green Blue C M Y K H S L
Decimal 117 28 25 0 0.76 0.79 0.54 1.96 0.65 0.28
Hex 75 1C 19 0 4C 4F 36 2 41 1C
Octal 165 34 31 0 114 117 66 2 101 34
Binary 1110101 11100 11001 0 1001100 1001111 110110 10 1000001 11100

Color Harmonies of #751C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751C19

Black with #751C19

Text Example


Text Example

White with #751C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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