Html Css Color HEX #751708 Falu Red

📋 copy color: '#751708'

red 117 ◦ green 23 ◦ blue 8

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

Shades of Falu Red #751708

Tints of Falu Red #751708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.41%

R = 79.05%
G = 15.54%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#751708 (or 0x751708) is known color: Falu Red. HEX triplet: 75, 17 and 08. RGB value is (117,23,8). Sum of RGB (Red+Green+Blue) = 117+23+8=148 (19% of max value = 765). Red value is 117 (46.09% from 255 or 79.05% from 148); Green value is 23 (9.38% from 255 or 15.54% from 148); Blue value is 8 (3.52% from 255 or 5.41% from 148); Max value from RGB is 117 - color contains mainly: red. Hex color #751708 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751708 is #8AE8F7. Grayscale: #313131. Windows color (decimal): -9103608 or 530293. OLE color: 530293.

HSL color Cylindrical-coordinate representation of color #751708: hue angle of 8.26º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #751708 is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 23 8 -
CMYK 0 0.80 0.93 0.54
HSL 8.26º 0.87% 0.25% -
HSV(B) 8.26º 0.93% 0.46% -
XYZ 7.69 4.41 0.68 -
YUV 49.4 104.64 176.22 -
System Red Green Blue C M Y K H S L
Decimal 117 23 8 0 0.80 0.93 0.54 8.26 0.87 0.25
Hex 75 17 8 0 50 5D 36 8 57 19
Octal 165 27 10 0 120 135 66 10 127 31
Binary 1110101 10111 1000 0 1010000 1011101 110110 1000 1010111 11001

Color Harmonies of #751708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751708

Black with #751708

Text Example


Text Example

White with #751708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751708; }

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

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

background-color css

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

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

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

border-color css

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

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

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