Html Css Color HEX #751C05 Falu Red

📋 copy color: '#751C05'

red 117 ◦ green 28 ◦ blue 5

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

Shades of Falu Red #751C05

Tints of Falu Red #751C05

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.67%

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

R = 78%
G = 18.67%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#751C05 (or 0x751C05) is known color: Falu Red. HEX triplet: 75, 1C and 05. RGB value is (117,28,5). Sum of RGB (Red+Green+Blue) = 117+28+5=150 (19% of max value = 765). Red value is 117 (46.09% from 255 or 78% from 150); Green value is 28 (11.33% from 255 or 18.67% from 150); Blue value is 5 (2.34% from 255 or 3.33% from 150); Max value from RGB is 117 - color contains mainly: red. Hex color #751C05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751C05 is #8AE3FA. Grayscale: #343434. Windows color (decimal): -9102331 or 334965. OLE color: 334965.

HSL color Cylindrical-coordinate representation of color #751C05: hue angle of 12.32º 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 #751C05 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 28 5 -
CMYK 0 0.76 0.96 0.54
HSL 12.32º 0.92% 0.24% -
HSV(B) 12.32º 0.96% 0.46% -
XYZ 7.78 4.62 0.63 -
YUV 51.99 101.49 174.37 -
System Red Green Blue C M Y K H S L
Decimal 117 28 5 0 0.76 0.96 0.54 12.32 0.92 0.24
Hex 75 1C 5 0 4C 60 36 C 5C 18
Octal 165 34 5 0 114 140 66 14 134 30
Binary 1110101 11100 101 0 1001100 1100000 110110 1100 1011100 11000

Color Harmonies of #751C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751C05

Black with #751C05

Text Example


Text Example

White with #751C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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