Html Css Color HEX #751F1C Falu Red

📋 copy color: '#751F1C'

red 117 ◦ green 31 ◦ blue 28

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

Shades of Falu Red #751F1C

Tints of Falu Red #751F1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.91%

R = 66.48%
G = 17.61%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#751F1C (or 0x751F1C) is known color: Falu Red. HEX triplet: 75, 1F and 1C. RGB value is (117,31,28). Sum of RGB (Red+Green+Blue) = 117+31+28=176 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.48% from 176); Green value is 31 (12.5% from 255 or 17.61% from 176); Blue value is 28 (11.33% from 255 or 15.91% from 176); Max value from RGB is 117 - color contains mainly: red. Hex color #751F1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751F1C is #8AE0E3. Grayscale: #383838. Windows color (decimal): -9101540 or 1843061. OLE color: 1843061.

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

Color convert

RGB 117 31 28 -
CMYK 0 0.74 0.76 0.54
HSL 2.02º 0.61% 0.28% -
HSV(B) 2.02º 0.76% 0.46% -
XYZ 8.04 4.85 1.61 -
YUV 56.37 111.99 171.24 -
System Red Green Blue C M Y K H S L
Decimal 117 31 28 0 0.74 0.76 0.54 2.02 0.61 0.28
Hex 75 1F 1C 0 4A 4C 36 2 3D 1C
Octal 165 37 34 0 112 114 66 2 75 34
Binary 1110101 11111 11100 0 1001010 1001100 110110 10 111101 11100

Color Harmonies of #751F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751F1C

Black with #751F1C

Text Example


Text Example

White with #751F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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