Html Css Color HEX #751F08 Falu Red

📋 copy color: '#751F08'

red 117 ◦ green 31 ◦ blue 8

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

Shades of Falu Red #751F08

Tints of Falu Red #751F08

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.87%

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

R = 75%
G = 19.87%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#751F08 (or 0x751F08) is known color: Falu Red. HEX triplet: 75, 1F and 08. RGB value is (117,31,8). Sum of RGB (Red+Green+Blue) = 117+31+8=156 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75% from 156); Green value is 31 (12.5% from 255 or 19.87% from 156); Blue value is 8 (3.52% from 255 or 5.13% from 156); Max value from RGB is 117 - color contains mainly: red. Hex color #751F08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751F08 is #8AE0F7. Grayscale: #363636. Windows color (decimal): -9101560 or 532341. OLE color: 532341.

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

Color convert

RGB 117 31 8 -
CMYK 0 0.74 0.93 0.54
HSL 12.66º 0.87% 0.25% -
HSV(B) 12.66º 0.93% 0.46% -
XYZ 7.87 4.78 0.74 -
YUV 54.09 101.99 172.87 -
System Red Green Blue C M Y K H S L
Decimal 117 31 8 0 0.74 0.93 0.54 12.66 0.87 0.25
Hex 75 1F 8 0 4A 5D 36 D 57 19
Octal 165 37 10 0 112 135 66 15 127 31
Binary 1110101 11111 1000 0 1001010 1011101 110110 1101 1010111 11001

Color Harmonies of #751F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751F08

Black with #751F08

Text Example


Text Example

White with #751F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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