Html Css Color HEX #751F0C Falu Red

📋 copy color: '#751F0C'

red 117 ◦ green 31 ◦ blue 12

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

Shades of Falu Red #751F0C

Tints of Falu Red #751F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.5%

R = 73.13%
G = 19.38%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#751F0C (or 0x751F0C) is known color: Falu Red. HEX triplet: 75, 1F and 0C. RGB value is (117,31,12). Sum of RGB (Red+Green+Blue) = 117+31+12=160 (21% of max value = 765). Red value is 117 (46.09% from 255 or 73.12% from 160); Green value is 31 (12.5% from 255 or 19.38% from 160); Blue value is 12 (5.08% from 255 or 7.5% from 160); Max value from RGB is 117 - color contains mainly: red. Hex color #751F0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751F0C is #8AE0F3. Grayscale: #363636. Windows color (decimal): -9101556 or 794485. OLE color: 794485.

HSL color Cylindrical-coordinate representation of color #751F0C: hue angle of 10.86º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #751F0C is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 31 12 -
CMYK 0 0.74 0.90 0.54
HSL 10.86º 0.81% 0.25% -
HSV(B) 10.86º 0.9% 0.46% -
XYZ 7.89 4.79 0.86 -
YUV 54.55 103.99 172.54 -
System Red Green Blue C M Y K H S L
Decimal 117 31 12 0 0.74 0.90 0.54 10.86 0.81 0.25
Hex 75 1F C 0 4A 5A 36 B 51 19
Octal 165 37 14 0 112 132 66 13 121 31
Binary 1110101 11111 1100 0 1001010 1011010 110110 1011 1010001 11001

Color Harmonies of #751F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751F0C

Black with #751F0C

Text Example


Text Example

White with #751F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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