Html Css Color HEX #751A15 Falu Red

📋 copy color: '#751A15'

red 117 ◦ green 26 ◦ blue 21

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

Shades of Falu Red #751A15

Tints of Falu Red #751A15

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.85%

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

R = 71.34%
G = 15.85%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#751A15 (or 0x751A15) is known color: Falu Red. HEX triplet: 75, 1A and 15. RGB value is (117,26,21). Sum of RGB (Red+Green+Blue) = 117+26+21=164 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.34% from 164); Green value is 26 (10.55% from 255 or 15.85% from 164); Blue value is 21 (8.59% from 255 or 12.80% from 164); Max value from RGB is 117 - color contains mainly: red. Hex color #751A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751A15 is #8AE5EA. Grayscale: #343434. Windows color (decimal): -9102827 or 1383029. OLE color: 1383029.

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

Color convert

RGB 117 26 21 -
CMYK 0 0.78 0.82 0.54
HSL 3.13º 0.7% 0.27% -
HSV(B) 3.13º 0.82% 0.46% -
XYZ 7.84 4.57 1.18 -
YUV 52.64 110.15 173.91 -
System Red Green Blue C M Y K H S L
Decimal 117 26 21 0 0.78 0.82 0.54 3.13 0.7 0.27
Hex 75 1A 15 0 4E 52 36 3 46 1B
Octal 165 32 25 0 116 122 66 3 106 33
Binary 1110101 11010 10101 0 1001110 1010010 110110 11 1000110 11011

Color Harmonies of #751A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751A15

Black with #751A15

Text Example


Text Example

White with #751A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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