Html Css Color HEX #751C0D Falu Red

📋 copy color: '#751C0D'

red 117 ◦ green 28 ◦ blue 13

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

Shades of Falu Red #751C0D

Tints of Falu Red #751C0D

RGB

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

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

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

R = 74.05%
G = 17.72%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#751C0D (or 0x751C0D) is known color: Falu Red. HEX triplet: 75, 1C and 0D. RGB value is (117,28,13). Sum of RGB (Red+Green+Blue) = 117+28+13=158 (20% of max value = 765). Red value is 117 (46.09% from 255 or 74.05% from 158); Green value is 28 (11.33% from 255 or 17.72% from 158); Blue value is 13 (5.47% from 255 or 8.23% from 158); Max value from RGB is 117 - color contains mainly: red. Hex color #751C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751C0D is #8AE3F2. Grayscale: #353535. Windows color (decimal): -9102323 or 859253. OLE color: 859253.

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

Color convert

RGB 117 28 13 -
CMYK 0 0.76 0.89 0.54
HSL 8.65º 0.8% 0.25% -
HSV(B) 8.65º 0.89% 0.46% -
XYZ 7.82 4.64 0.86 -
YUV 52.9 105.49 173.72 -
System Red Green Blue C M Y K H S L
Decimal 117 28 13 0 0.76 0.89 0.54 8.65 0.8 0.25
Hex 75 1C D 0 4C 59 36 9 50 19
Octal 165 34 15 0 114 131 66 11 120 31
Binary 1110101 11100 1101 0 1001100 1011001 110110 1001 1010000 11001

Color Harmonies of #751C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751C0D

Black with #751C0D

Text Example


Text Example

White with #751C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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