Html Css Color HEX #751F0D Falu Red

📋 copy color: '#751F0D'

red 117 ◦ green 31 ◦ blue 13

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

Shades of Falu Red #751F0D

Tints of Falu Red #751F0D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.25%

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

R = 72.67%
G = 19.25%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#751F0D (or 0x751F0D) is known color: Falu Red. HEX triplet: 75, 1F and 0D. RGB value is (117,31,13). Sum of RGB (Red+Green+Blue) = 117+31+13=161 (21% of max value = 765). Red value is 117 (46.09% from 255 or 72.67% from 161); Green value is 31 (12.5% from 255 or 19.25% from 161); Blue value is 13 (5.47% from 255 or 8.07% from 161); Max value from RGB is 117 - color contains mainly: red. Hex color #751F0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751F0D is #8AE0F2. Grayscale: #363636. Windows color (decimal): -9101555 or 860021. OLE color: 860021.

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

Color convert

RGB 117 31 13 -
CMYK 0 0.74 0.89 0.54
HSL 10.38º 0.8% 0.25% -
HSV(B) 10.38º 0.89% 0.46% -
XYZ 7.9 4.79 0.89 -
YUV 54.66 104.49 172.46 -
System Red Green Blue C M Y K H S L
Decimal 117 31 13 0 0.74 0.89 0.54 10.38 0.8 0.25
Hex 75 1F D 0 4A 59 36 A 50 19
Octal 165 37 15 0 112 131 66 12 120 31
Binary 1110101 11111 1101 0 1001010 1011001 110110 1010 1010000 11001

Color Harmonies of #751F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751F0D

Black with #751F0D

Text Example


Text Example

White with #751F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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