Html Css Color HEX #751C1A Falu Red

📋 copy color: '#751C1A'

red 117 ◦ green 28 ◦ blue 26

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

Shades of Falu Red #751C1A

Tints of Falu Red #751C1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.2%

R = 68.42%
G = 16.37%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#751C1A (or 0x751C1A) is known color: Falu Red. HEX triplet: 75, 1C and 1A. RGB value is (117,28,26). Sum of RGB (Red+Green+Blue) = 117+28+26=171 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.42% from 171); Green value is 28 (11.33% from 255 or 16.37% from 171); Blue value is 26 (10.55% from 255 or 15.20% from 171); Max value from RGB is 117 - color contains mainly: red. Hex color #751C1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751C1A is #8AE3E5. Grayscale: #363636. Windows color (decimal): -9102310 or 1711221. OLE color: 1711221.

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

Color convert

RGB 117 28 26 -
CMYK 0 0.76 0.78 0.54
HSL 1.32º 0.64% 0.28% -
HSV(B) 1.32º 0.78% 0.46% -
XYZ 7.94 4.69 1.46 -
YUV 54.38 111.99 172.66 -
System Red Green Blue C M Y K H S L
Decimal 117 28 26 0 0.76 0.78 0.54 1.32 0.64 0.28
Hex 75 1C 1A 0 4C 4E 36 1 40 1C
Octal 165 34 32 0 114 116 66 1 100 34
Binary 1110101 11100 11010 0 1001100 1001110 110110 1 1000000 11100

Color Harmonies of #751C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751C1A

Black with #751C1A

Text Example


Text Example

White with #751C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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