Html Css Color HEX #751B19 Falu Red

📋 copy color: '#751B19'

red 117 ◦ green 27 ◦ blue 25

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

Shades of Falu Red #751B19

Tints of Falu Red #751B19

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.98%

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

R = 69.23%
G = 15.98%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#751B19 (or 0x751B19) is known color: Falu Red. HEX triplet: 75, 1B and 19. RGB value is (117,27,25). Sum of RGB (Red+Green+Blue) = 117+27+25=169 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.23% from 169); Green value is 27 (10.94% from 255 or 15.98% from 169); Blue value is 25 (10.16% from 255 or 14.79% from 169); Max value from RGB is 117 - color contains mainly: red. Hex color #751B19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751B19 is #8AE4E6. Grayscale: #353535. Windows color (decimal): -9102567 or 1645429. OLE color: 1645429.

HSL color Cylindrical-coordinate representation of color #751B19: hue angle of 1.3º 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 #751B19 is Cyan = 0, Magento = 0.77, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 27 25 -
CMYK 0 0.77 0.79 0.54
HSL 1.3º 0.65% 0.28% -
HSV(B) 1.3º 0.79% 0.46% -
XYZ 7.9 4.64 1.4 -
YUV 53.68 111.82 173.16 -
System Red Green Blue C M Y K H S L
Decimal 117 27 25 0 0.77 0.79 0.54 1.3 0.65 0.28
Hex 75 1B 19 0 4D 4F 36 1 41 1C
Octal 165 33 31 0 115 117 66 1 101 34
Binary 1110101 11011 11001 0 1001101 1001111 110110 1 1000001 11100

Color Harmonies of #751B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751B19

Black with #751B19

Text Example


Text Example

White with #751B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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