Html Css Color HEX #751615 Falu Red

📋 copy color: '#751615'

red 117 ◦ green 22 ◦ blue 21

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

Shades of Falu Red #751615

Tints of Falu Red #751615

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.75%

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

R = 73.13%
G = 13.75%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#751615 (or 0x751615) is known color: Falu Red. HEX triplet: 75, 16 and 15. RGB value is (117,22,21). Sum of RGB (Red+Green+Blue) = 117+22+21=160 (21% of max value = 765). Red value is 117 (46.09% from 255 or 73.12% from 160); Green value is 22 (8.98% from 255 or 13.75% from 160); Blue value is 21 (8.59% from 255 or 13.12% from 160); Max value from RGB is 117 - color contains mainly: red. Hex color #751615 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751615 is #8AE9EA. Grayscale: #323232. Windows color (decimal): -9103851 or 1382005. OLE color: 1382005.

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

Color convert

RGB 117 22 21 -
CMYK 0 0.81 0.82 0.54
HSL 0.63º 0.7% 0.27% -
HSV(B) 0.63º 0.82% 0.46% -
XYZ 7.76 4.41 1.15 -
YUV 50.29 111.47 175.58 -
System Red Green Blue C M Y K H S L
Decimal 117 22 21 0 0.81 0.82 0.54 0.63 0.7 0.27
Hex 75 16 15 0 51 52 36 1 46 1B
Octal 165 26 25 0 121 122 66 1 106 33
Binary 1110101 10110 10101 0 1010001 1010010 110110 1 1000110 11011

Color Harmonies of #751615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751615

Black with #751615

Text Example


Text Example

White with #751615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751615; }

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

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

background-color css

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

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

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

border-color css

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

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

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