Html Css Color HEX #751705 Falu Red

📋 copy color: '#751705'

red 117 ◦ green 23 ◦ blue 5

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

Shades of Falu Red #751705

Tints of Falu Red #751705

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.86%

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

R = 80.69%
G = 15.86%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#751705 (or 0x751705) is known color: Falu Red. HEX triplet: 75, 17 and 05. RGB value is (117,23,5). Sum of RGB (Red+Green+Blue) = 117+23+5=145 (19% of max value = 765). Red value is 117 (46.09% from 255 or 80.69% from 145); Green value is 23 (9.38% from 255 or 15.86% from 145); Blue value is 5 (2.34% from 255 or 3.45% from 145); Max value from RGB is 117 - color contains mainly: red. Hex color #751705 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751705 is #8AE8FA. Grayscale: #313131. Windows color (decimal): -9103611 or 333685. OLE color: 333685.

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

Color convert

RGB 117 23 5 -
CMYK 0 0.80 0.96 0.54
HSL 9.64º 0.92% 0.24% -
HSV(B) 9.64º 0.96% 0.46% -
XYZ 7.67 4.41 0.59 -
YUV 49.05 103.14 176.46 -
System Red Green Blue C M Y K H S L
Decimal 117 23 5 0 0.80 0.96 0.54 9.64 0.92 0.24
Hex 75 17 5 0 50 60 36 A 5C 18
Octal 165 27 5 0 120 140 66 12 134 30
Binary 1110101 10111 101 0 1010000 1100000 110110 1010 1011100 11000

Color Harmonies of #751705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751705

Black with #751705

Text Example


Text Example

White with #751705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751705; }

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

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

background-color css

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

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

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

border-color css

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

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

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