Html Css Color HEX #751915 Falu Red

📋 copy color: '#751915'

red 117 ◦ green 25 ◦ blue 21

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

Shades of Falu Red #751915

Tints of Falu Red #751915

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.34%

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

R = 71.78%
G = 15.34%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#751915 (or 0x751915) is known color: Falu Red. HEX triplet: 75, 19 and 15. RGB value is (117,25,21). Sum of RGB (Red+Green+Blue) = 117+25+21=163 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.78% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 21 (8.59% from 255 or 12.88% from 163); Max value from RGB is 117 - color contains mainly: red. Hex color #751915 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751915 is #8AE6EA. Grayscale: #343434. Windows color (decimal): -9103083 or 1382773. OLE color: 1382773.

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

Color convert

RGB 117 25 21 -
CMYK 0 0.79 0.82 0.54
HSL 2.5º 0.7% 0.27% -
HSV(B) 2.5º 0.82% 0.46% -
XYZ 7.82 4.53 1.17 -
YUV 52.05 110.48 174.33 -
System Red Green Blue C M Y K H S L
Decimal 117 25 21 0 0.79 0.82 0.54 2.5 0.7 0.27
Hex 75 19 15 0 4F 52 36 2 46 1B
Octal 165 31 25 0 117 122 66 2 106 33
Binary 1110101 11001 10101 0 1001111 1010010 110110 10 1000110 11011

Color Harmonies of #751915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751915

Black with #751915

Text Example


Text Example

White with #751915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751915; }

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

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

background-color css

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

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

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

border-color css

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

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

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