Html Css Color HEX #751F0A Falu Red

📋 copy color: '#751F0A'

red 117 ◦ green 31 ◦ blue 10

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

Shades of Falu Red #751F0A

Tints of Falu Red #751F0A

RGB

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

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

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

R = 74.05%
G = 19.62%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#751F0A (or 0x751F0A) is known color: Falu Red. HEX triplet: 75, 1F and 0A. RGB value is (117,31,10). Sum of RGB (Red+Green+Blue) = 117+31+10=158 (20% of max value = 765). Red value is 117 (46.09% from 255 or 74.05% from 158); Green value is 31 (12.5% from 255 or 19.62% from 158); Blue value is 10 (4.30% from 255 or 6.33% from 158); Max value from RGB is 117 - color contains mainly: red. Hex color #751F0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751F0A is #8AE0F5. Grayscale: #363636. Windows color (decimal): -9101558 or 663413. OLE color: 663413.

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

Color convert

RGB 117 31 10 -
CMYK 0 0.74 0.91 0.54
HSL 11.78º 0.84% 0.25% -
HSV(B) 11.78º 0.91% 0.46% -
XYZ 7.88 4.78 0.8 -
YUV 54.32 102.99 172.71 -
System Red Green Blue C M Y K H S L
Decimal 117 31 10 0 0.74 0.91 0.54 11.78 0.84 0.25
Hex 75 1F A 0 4A 5B 36 C 54 19
Octal 165 37 12 0 112 133 66 14 124 31
Binary 1110101 11111 1010 0 1001010 1011011 110110 1100 1010100 11001

Color Harmonies of #751F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751F0A

Black with #751F0A

Text Example


Text Example

White with #751F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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