Html Css Color HEX #751D15 Falu Red

📋 copy color: '#751D15'

red 117 ◦ green 29 ◦ blue 21

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

Shades of Falu Red #751D15

Tints of Falu Red #751D15

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.37%

 BLUE value IS 21 (8.59% from 255) = 12.57%

R = 70.06%
G = 17.37%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#751D15 (or 0x751D15) is known color: Falu Red. HEX triplet: 75, 1D and 15. RGB value is (117,29,21). Sum of RGB (Red+Green+Blue) = 117+29+21=167 (22% of max value = 765). Red value is 117 (46.09% from 255 or 70.06% from 167); Green value is 29 (11.72% from 255 or 17.37% from 167); Blue value is 21 (8.59% from 255 or 12.57% from 167); Max value from RGB is 117 - color contains mainly: red. Hex color #751D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751D15 is #8AE2EA. Grayscale: #363636. Windows color (decimal): -9102059 or 1383797. OLE color: 1383797.

HSL color Cylindrical-coordinate representation of color #751D15: hue angle of 5º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #751D15 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 29 21 -
CMYK 0 0.75 0.82 0.54
HSL 0.7% 0.27% -
HSV(B) 0.82% 0.46% -
XYZ 7.91 4.71 1.2 -
YUV 54.4 109.15 172.65 -
System Red Green Blue C M Y K H S L
Decimal 117 29 21 0 0.75 0.82 0.54 5 0.7 0.27
Hex 75 1D 15 0 4B 52 36 5 46 1B
Octal 165 35 25 0 113 122 66 5 106 33
Binary 1110101 11101 10101 0 1001011 1010010 110110 101 1000110 11011

Color Harmonies of #751D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751D15

Black with #751D15

Text Example


Text Example

White with #751D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,29,21); }

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

background-color css

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

 a { background-color: rgb(117,29,21); }

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

border-color css

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

 span { border-color: rgb(117,29,21); }

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