Html Css Color HEX #751E06 Falu Red

📋 copy color: '#751E06'

red 117 ◦ green 30 ◦ blue 6

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

Shades of Falu Red #751E06

Tints of Falu Red #751E06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.92%

R = 76.47%
G = 19.61%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#751E06 (or 0x751E06) is known color: Falu Red. HEX triplet: 75, 1E and 06. RGB value is (117,30,6). Sum of RGB (Red+Green+Blue) = 117+30+6=153 (20% of max value = 765). Red value is 117 (46.09% from 255 or 76.47% from 153); Green value is 30 (12.11% from 255 or 19.61% from 153); Blue value is 6 (2.73% from 255 or 3.92% from 153); Max value from RGB is 117 - color contains mainly: red. Hex color #751E06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751E06 is #8AE1F9. Grayscale: #353535. Windows color (decimal): -9101818 or 401013. OLE color: 401013.

HSL color Cylindrical-coordinate representation of color #751E06: hue angle of 12.97º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #751E06 is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 30 6 -
CMYK 0 0.74 0.95 0.54
HSL 12.97º 0.9% 0.24% -
HSV(B) 12.97º 0.95% 0.46% -
XYZ 7.83 4.72 0.67 -
YUV 53.28 101.32 173.45 -
System Red Green Blue C M Y K H S L
Decimal 117 30 6 0 0.74 0.95 0.54 12.97 0.9 0.24
Hex 75 1E 6 0 4A 5F 36 D 5A 18
Octal 165 36 6 0 112 137 66 15 132 30
Binary 1110101 11110 110 0 1001010 1011111 110110 1101 1011010 11000

Color Harmonies of #751E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751E06

Black with #751E06

Text Example


Text Example

White with #751E06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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