Html Css Color HEX #751C0F Falu Red

📋 copy color: '#751C0F'

red 117 ◦ green 28 ◦ blue 15

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

Shades of Falu Red #751C0F

Tints of Falu Red #751C0F

RGB

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

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

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

R = 73.13%
G = 17.5%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#751C0F (or 0x751C0F) is known color: Falu Red. HEX triplet: 75, 1C and 0F. RGB value is (117,28,15). Sum of RGB (Red+Green+Blue) = 117+28+15=160 (21% of max value = 765). Red value is 117 (46.09% from 255 or 73.12% from 160); Green value is 28 (11.33% from 255 or 17.5% from 160); Blue value is 15 (6.25% from 255 or 9.38% from 160); Max value from RGB is 117 - color contains mainly: red. Hex color #751C0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751C0F is #8AE3F0. Grayscale: #353535. Windows color (decimal): -9102321 or 990325. OLE color: 990325.

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

Color convert

RGB 117 28 15 -
CMYK 0 0.76 0.87 0.54
HSL 7.65º 0.77% 0.26% -
HSV(B) 7.65º 0.87% 0.46% -
XYZ 7.84 4.65 0.94 -
YUV 53.13 106.49 173.56 -
System Red Green Blue C M Y K H S L
Decimal 117 28 15 0 0.76 0.87 0.54 7.65 0.77 0.26
Hex 75 1C F 0 4C 57 36 8 4D 1A
Octal 165 34 17 0 114 127 66 10 115 32
Binary 1110101 11100 1111 0 1001100 1010111 110110 1000 1001101 11010

Color Harmonies of #751C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751C0F

Black with #751C0F

Text Example


Text Example

White with #751C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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