Html Css Color HEX #751512 Falu Red

📋 copy color: '#751512'

red 117 ◦ green 21 ◦ blue 18

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

Shades of Falu Red #751512

Tints of Falu Red #751512

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.46%

 BLUE value IS 18 (7.42% from 255) = 11.54%

R = 75%
G = 13.46%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#751512 (or 0x751512) is known color: Falu Red. HEX triplet: 75, 15 and 12. RGB value is (117,21,18). Sum of RGB (Red+Green+Blue) = 117+21+18=156 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 18 (7.42% from 255 or 11.54% from 156); Max value from RGB is 117 - color contains mainly: red. Hex color #751512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751512 is #8AEAED. Grayscale: #313131. Windows color (decimal): -9104110 or 1185141. OLE color: 1185141.

HSL color Cylindrical-coordinate representation of color #751512: hue angle of 1.82º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #751512 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 21 18 -
CMYK 0 0.82 0.85 0.54
HSL 1.82º 0.73% 0.26% -
HSV(B) 1.82º 0.85% 0.46% -
XYZ 7.71 4.36 1.01 -
YUV 49.36 110.3 176.24 -
System Red Green Blue C M Y K H S L
Decimal 117 21 18 0 0.82 0.85 0.54 1.82 0.73 0.26
Hex 75 15 12 0 52 55 36 2 49 1A
Octal 165 25 22 0 122 125 66 2 111 32
Binary 1110101 10101 10010 0 1010010 1010101 110110 10 1001001 11010

Color Harmonies of #751512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751512

Black with #751512

Text Example


Text Example

White with #751512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751512; }

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

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

background-color css

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

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

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

border-color css

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

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

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