Html Css Color HEX #751A05 Falu Red

📋 copy color: '#751A05'

red 117 ◦ green 26 ◦ blue 5

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

Shades of Falu Red #751A05

Tints of Falu Red #751A05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.38%

R = 79.05%
G = 17.57%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#751A05 (or 0x751A05) is known color: Falu Red. HEX triplet: 75, 1A and 05. RGB value is (117,26,5). Sum of RGB (Red+Green+Blue) = 117+26+5=148 (19% of max value = 765). Red value is 117 (46.09% from 255 or 79.05% from 148); Green value is 26 (10.55% from 255 or 17.57% from 148); Blue value is 5 (2.34% from 255 or 3.38% from 148); Max value from RGB is 117 - color contains mainly: red. Hex color #751A05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751A05 is #8AE5FA. Grayscale: #323232. Windows color (decimal): -9102843 or 334453. OLE color: 334453.

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

Color convert

RGB 117 26 5 -
CMYK 0 0.78 0.96 0.54
HSL 11.25º 0.92% 0.24% -
HSV(B) 11.25º 0.96% 0.46% -
XYZ 7.73 4.53 0.61 -
YUV 50.82 102.15 175.21 -
System Red Green Blue C M Y K H S L
Decimal 117 26 5 0 0.78 0.96 0.54 11.25 0.92 0.24
Hex 75 1A 5 0 4E 60 36 B 5C 18
Octal 165 32 5 0 116 140 66 13 134 30
Binary 1110101 11010 101 0 1001110 1100000 110110 1011 1011100 11000

Color Harmonies of #751A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751A05

Black with #751A05

Text Example


Text Example

White with #751A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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