Html Css Color HEX #751010 Falu Red

📋 copy color: '#751010'

red 117 ◦ green 16 ◦ blue 16

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

Shades of Falu Red #751010

Tints of Falu Red #751010

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.74%

 BLUE value IS 16 (6.64% from 255) = 10.74%

R = 78.52%
G = 10.74%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#751010 (or 0x751010) is known color: Falu Red. HEX triplet: 75, 10 and 10. RGB value is (117,16,16). Sum of RGB (Red+Green+Blue) = 117+16+16=149 (19% of max value = 765). Red value is 117 (46.09% from 255 or 78.52% from 149); Green value is 16 (6.64% from 255 or 10.74% from 149); Blue value is 16 (6.64% from 255 or 10.74% from 149); Max value from RGB is 117 - color contains mainly: red. Hex color #751010 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751010 is #8AEFEF. Grayscale: #2E2E2E. Windows color (decimal): -9105392 or 1052789. OLE color: 1052789.

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

Color convert

RGB 117 16 16 -
CMYK 0 0.86 0.86 0.54
HSL 0.76% 0.26% -
HSV(B) 0.86% 0.46% -
XYZ 7.61 4.19 0.9 -
YUV 46.2 110.96 178.5 -
System Red Green Blue C M Y K H S L
Decimal 117 16 16 0 0.86 0.86 0.54 0 0.76 0.26
Hex 75 10 10 0 56 56 36 0 4C 1A
Octal 165 20 20 0 126 126 66 0 114 32
Binary 1110101 10000 10000 0 1010110 1010110 110110 0 1001100 11010

Color Harmonies of #751010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751010

Black with #751010

Text Example


Text Example

White with #751010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751010; }

 p { color: rgb(117,16,16); }

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

background-color css

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

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

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

border-color css

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

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

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