Html Css Color HEX #751A18 Falu Red

📋 copy color: '#751A18'

red 117 ◦ green 26 ◦ blue 24

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

Shades of Falu Red #751A18

Tints of Falu Red #751A18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 14.37%

R = 70.06%
G = 15.57%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#751A18 (or 0x751A18) is known color: Falu Red. HEX triplet: 75, 1A and 18. RGB value is (117,26,24). Sum of RGB (Red+Green+Blue) = 117+26+24=167 (22% of max value = 765). Red value is 117 (46.09% from 255 or 70.06% from 167); Green value is 26 (10.55% from 255 or 15.57% from 167); Blue value is 24 (9.77% from 255 or 14.37% from 167); Max value from RGB is 117 - color contains mainly: red. Hex color #751A18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751A18 is #8AE5E7. Grayscale: #353535. Windows color (decimal): -9102824 or 1579637. OLE color: 1579637.

HSL color Cylindrical-coordinate representation of color #751A18: hue angle of 1.29º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #751A18 is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 26 24 -
CMYK 0 0.78 0.79 0.54
HSL 1.29º 0.66% 0.28% -
HSV(B) 1.29º 0.79% 0.46% -
XYZ 7.87 4.59 1.33 -
YUV 52.98 111.65 173.66 -
System Red Green Blue C M Y K H S L
Decimal 117 26 24 0 0.78 0.79 0.54 1.29 0.66 0.28
Hex 75 1A 18 0 4E 4F 36 1 42 1C
Octal 165 32 30 0 116 117 66 1 102 34
Binary 1110101 11010 11000 0 1001110 1001111 110110 1 1000010 11100

Color Harmonies of #751A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751A18

Black with #751A18

Text Example


Text Example

White with #751A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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