Html Css Color HEX #751F1A Falu Red

📋 copy color: '#751F1A'

red 117 ◦ green 31 ◦ blue 26

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

Shades of Falu Red #751F1A

Tints of Falu Red #751F1A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.82%

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

R = 67.24%
G = 17.82%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#751F1A (or 0x751F1A) is known color: Falu Red. HEX triplet: 75, 1F and 1A. RGB value is (117,31,26). Sum of RGB (Red+Green+Blue) = 117+31+26=174 (23% of max value = 765). Red value is 117 (46.09% from 255 or 67.24% from 174); Green value is 31 (12.5% from 255 or 17.82% from 174); Blue value is 26 (10.55% from 255 or 14.94% from 174); Max value from RGB is 117 - color contains mainly: red. Hex color #751F1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751F1A is #8AE0E5. Grayscale: #383838. Windows color (decimal): -9101542 or 1711989. OLE color: 1711989.

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

Color convert

RGB 117 31 26 -
CMYK 0 0.74 0.78 0.54
HSL 3.3º 0.64% 0.28% -
HSV(B) 3.3º 0.78% 0.46% -
XYZ 8.01 4.84 1.49 -
YUV 56.14 110.99 171.41 -
System Red Green Blue C M Y K H S L
Decimal 117 31 26 0 0.74 0.78 0.54 3.3 0.64 0.28
Hex 75 1F 1A 0 4A 4E 36 3 40 1C
Octal 165 37 32 0 112 116 66 3 100 34
Binary 1110101 11111 11010 0 1001010 1001110 110110 11 1000000 11100

Color Harmonies of #751F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751F1A

Black with #751F1A

Text Example


Text Example

White with #751F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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