Html Css Color HEX #751C06 Falu Red

📋 copy color: '#751C06'

red 117 ◦ green 28 ◦ blue 6

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

Shades of Falu Red #751C06

Tints of Falu Red #751C06

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.54%

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

R = 77.48%
G = 18.54%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#751C06 (or 0x751C06) is known color: Falu Red. HEX triplet: 75, 1C and 06. RGB value is (117,28,6). Sum of RGB (Red+Green+Blue) = 117+28+6=151 (20% of max value = 765). Red value is 117 (46.09% from 255 or 77.48% from 151); Green value is 28 (11.33% from 255 or 18.54% from 151); Blue value is 6 (2.73% from 255 or 3.97% from 151); Max value from RGB is 117 - color contains mainly: red. Hex color #751C06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751C06 is #8AE3F9. Grayscale: #343434. Windows color (decimal): -9102330 or 400501. OLE color: 400501.

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

Color convert

RGB 117 28 6 -
CMYK 0 0.76 0.95 0.54
HSL 11.89º 0.9% 0.24% -
HSV(B) 11.89º 0.95% 0.46% -
XYZ 7.78 4.63 0.65 -
YUV 52.1 101.99 174.29 -
System Red Green Blue C M Y K H S L
Decimal 117 28 6 0 0.76 0.95 0.54 11.89 0.9 0.24
Hex 75 1C 6 0 4C 5F 36 C 5A 18
Octal 165 34 6 0 114 137 66 14 132 30
Binary 1110101 11100 110 0 1001100 1011111 110110 1100 1011010 11000

Color Harmonies of #751C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751C06

Black with #751C06

Text Example


Text Example

White with #751C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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