Html Css Color HEX #750F0D Falu Red

📋 copy color: '#750F0D'

red 117 ◦ green 15 ◦ blue 13

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

Shades of Falu Red #750F0D

Tints of Falu Red #750F0D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 10.34%

 BLUE value IS 13 (5.47% from 255) = 8.97%

R = 80.69%
G = 10.34%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#750F0D (or 0x750F0D) is known color: Falu Red. HEX triplet: 75, 0F and 0D. RGB value is (117,15,13). Sum of RGB (Red+Green+Blue) = 117+15+13=145 (19% of max value = 765). Red value is 117 (46.09% from 255 or 80.69% from 145); Green value is 15 (6.25% from 255 or 10.34% from 145); Blue value is 13 (5.47% from 255 or 8.97% from 145); Max value from RGB is 117 - color contains mainly: red. Hex color #750F0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750F0D is #8AF0F2. Grayscale: #2D2D2D. Windows color (decimal): -9105651 or 855925. OLE color: 855925.

HSL color Cylindrical-coordinate representation of color #750F0D: hue angle of 1.15º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #750F0D is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 15 13 -
CMYK 0 0.87 0.89 0.54
HSL 1.15º 0.8% 0.25% -
HSV(B) 1.15º 0.89% 0.46% -
XYZ 7.58 4.15 0.78 -
YUV 45.27 109.79 179.16 -
System Red Green Blue C M Y K H S L
Decimal 117 15 13 0 0.87 0.89 0.54 1.15 0.8 0.25
Hex 75 F D 0 57 59 36 1 50 19
Octal 165 17 15 0 127 131 66 1 120 31
Binary 1110101 1111 1101 0 1010111 1011001 110110 1 1010000 11001

Color Harmonies of #750F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750F0D

Black with #750F0D

Text Example


Text Example

White with #750F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750F0D; }

 p { color: rgb(117,15,13); }

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

background-color css

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

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

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

border-color css

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

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

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