Html Css Color HEX #751C0A Falu Red

📋 copy color: '#751C0A'

red 117 ◦ green 28 ◦ blue 10

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

Shades of Falu Red #751C0A

Tints of Falu Red #751C0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.45%

R = 75.48%
G = 18.06%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#751C0A (or 0x751C0A) is known color: Falu Red. HEX triplet: 75, 1C and 0A. RGB value is (117,28,10). Sum of RGB (Red+Green+Blue) = 117+28+10=155 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75.48% from 155); Green value is 28 (11.33% from 255 or 18.06% from 155); Blue value is 10 (4.30% from 255 or 6.45% from 155); Max value from RGB is 117 - color contains mainly: red. Hex color #751C0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751C0A is #8AE3F5. Grayscale: #343434. Windows color (decimal): -9102326 or 662645. OLE color: 662645.

HSL color Cylindrical-coordinate representation of color #751C0A: hue angle of 10.09º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #751C0A is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 28 10 -
CMYK 0 0.76 0.91 0.54
HSL 10.09º 0.84% 0.25% -
HSV(B) 10.09º 0.91% 0.46% -
XYZ 7.81 4.63 0.77 -
YUV 52.56 103.99 173.96 -
System Red Green Blue C M Y K H S L
Decimal 117 28 10 0 0.76 0.91 0.54 10.09 0.84 0.25
Hex 75 1C A 0 4C 5B 36 A 54 19
Octal 165 34 12 0 114 133 66 12 124 31
Binary 1110101 11100 1010 0 1001100 1011011 110110 1010 1010100 11001

Color Harmonies of #751C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751C0A

Black with #751C0A

Text Example


Text Example

White with #751C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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