Html Css Color HEX #751E08 Falu Red

📋 copy color: '#751E08'

red 117 ◦ green 30 ◦ blue 8

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

Shades of Falu Red #751E08

Tints of Falu Red #751E08

RGB

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

 GREEN value IS 30 (12.11% from 255) = 19.35%

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

R = 75.48%
G = 19.35%
B = 5.16%

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

#751E08 (or 0x751E08) is known color: Falu Red. HEX triplet: 75, 1E and 08. RGB value is (117,30,8). Sum of RGB (Red+Green+Blue) = 117+30+8=155 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75.48% from 155); Green value is 30 (12.11% from 255 or 19.35% from 155); Blue value is 8 (3.52% from 255 or 5.16% from 155); Max value from RGB is 117 - color contains mainly: red. Hex color #751E08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751E08 is #8AE1F7. Grayscale: #353535. Windows color (decimal): -9101816 or 532085. OLE color: 532085.

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

Color convert

RGB 117 30 8 -
CMYK 0 0.74 0.93 0.54
HSL 12.11º 0.87% 0.25% -
HSV(B) 12.11º 0.93% 0.46% -
XYZ 7.84 4.73 0.73 -
YUV 53.51 102.32 173.29 -
System Red Green Blue C M Y K H S L
Decimal 117 30 8 0 0.74 0.93 0.54 12.11 0.87 0.25
Hex 75 1E 8 0 4A 5D 36 C 57 19
Octal 165 36 10 0 112 135 66 14 127 31
Binary 1110101 11110 1000 0 1001010 1011101 110110 1100 1010111 11001

Color Harmonies of #751E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751E08

Black with #751E08

Text Example


Text Example

White with #751E08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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