Html Css Color HEX #751612 Falu Red

📋 copy color: '#751612'

red 117 ◦ green 22 ◦ blue 18

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

Shades of Falu Red #751612

Tints of Falu Red #751612

RGB

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

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

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

R = 74.52%
G = 14.01%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#751612 (or 0x751612) is known color: Falu Red. HEX triplet: 75, 16 and 12. RGB value is (117,22,18). Sum of RGB (Red+Green+Blue) = 117+22+18=157 (20% of max value = 765). Red value is 117 (46.09% from 255 or 74.52% from 157); Green value is 22 (8.98% from 255 or 14.01% from 157); Blue value is 18 (7.42% from 255 or 11.46% from 157); Max value from RGB is 117 - color contains mainly: red. Hex color #751612 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751612 is #8AE9ED. Grayscale: #323232. Windows color (decimal): -9103854 or 1185397. OLE color: 1185397.

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

Color convert

RGB 117 22 18 -
CMYK 0 0.81 0.85 0.54
HSL 2.42º 0.73% 0.26% -
HSV(B) 2.42º 0.85% 0.46% -
XYZ 7.73 4.4 1.01 -
YUV 49.95 109.97 175.83 -
System Red Green Blue C M Y K H S L
Decimal 117 22 18 0 0.81 0.85 0.54 2.42 0.73 0.26
Hex 75 16 12 0 51 55 36 2 49 1A
Octal 165 26 22 0 121 125 66 2 111 32
Binary 1110101 10110 10010 0 1010001 1010101 110110 10 1001001 11010

Color Harmonies of #751612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751612

Black with #751612

Text Example


Text Example

White with #751612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751612; }

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

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

background-color css

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

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

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

border-color css

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

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

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