Html Css Color HEX #751F0F Falu Red

📋 copy color: '#751F0F'

red 117 ◦ green 31 ◦ blue 15

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

Shades of Falu Red #751F0F

Tints of Falu Red #751F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.2%

R = 71.78%
G = 19.02%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#751F0F (or 0x751F0F) is known color: Falu Red. HEX triplet: 75, 1F and 0F. RGB value is (117,31,15). Sum of RGB (Red+Green+Blue) = 117+31+15=163 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.78% from 163); Green value is 31 (12.5% from 255 or 19.02% from 163); Blue value is 15 (6.25% from 255 or 9.20% from 163); Max value from RGB is 117 - color contains mainly: red. Hex color #751F0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751F0F is #8AE0F0. Grayscale: #373737. Windows color (decimal): -9101553 or 991093. OLE color: 991093.

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

Color convert

RGB 117 31 15 -
CMYK 0 0.74 0.87 0.54
HSL 9.41º 0.77% 0.26% -
HSV(B) 9.41º 0.87% 0.46% -
XYZ 7.91 4.8 0.96 -
YUV 54.89 105.49 172.3 -
System Red Green Blue C M Y K H S L
Decimal 117 31 15 0 0.74 0.87 0.54 9.41 0.77 0.26
Hex 75 1F F 0 4A 57 36 9 4D 1A
Octal 165 37 17 0 112 127 66 11 115 32
Binary 1110101 11111 1111 0 1001010 1010111 110110 1001 1001101 11010

Color Harmonies of #751F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751F0F

Black with #751F0F

Text Example


Text Example

White with #751F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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