Html Css Color HEX #751C15 Falu Red

📋 copy color: '#751C15'

red 117 ◦ green 28 ◦ blue 21

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

Shades of Falu Red #751C15

Tints of Falu Red #751C15

RGB

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

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

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

R = 70.48%
G = 16.87%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#751C15 (or 0x751C15) is known color: Falu Red. HEX triplet: 75, 1C and 15. RGB value is (117,28,21). Sum of RGB (Red+Green+Blue) = 117+28+21=166 (21% of max value = 765). Red value is 117 (46.09% from 255 or 70.48% from 166); Green value is 28 (11.33% from 255 or 16.87% from 166); Blue value is 21 (8.59% from 255 or 12.65% from 166); Max value from RGB is 117 - color contains mainly: red. Hex color #751C15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751C15 is #8AE3EA. Grayscale: #353535. Windows color (decimal): -9102315 or 1383541. OLE color: 1383541.

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

Color convert

RGB 117 28 21 -
CMYK 0 0.76 0.82 0.54
HSL 4.38º 0.7% 0.27% -
HSV(B) 4.38º 0.82% 0.46% -
XYZ 7.89 4.67 1.19 -
YUV 53.81 109.49 173.07 -
System Red Green Blue C M Y K H S L
Decimal 117 28 21 0 0.76 0.82 0.54 4.38 0.7 0.27
Hex 75 1C 15 0 4C 52 36 4 46 1B
Octal 165 34 25 0 114 122 66 4 106 33
Binary 1110101 11100 10101 0 1001100 1010010 110110 100 1000110 11011

Color Harmonies of #751C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751C15

Black with #751C15

Text Example


Text Example

White with #751C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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