Html Css Color HEX #751E0A Falu Red

📋 copy color: '#751E0A'

red 117 ◦ green 30 ◦ blue 10

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

Shades of Falu Red #751E0A

Tints of Falu Red #751E0A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 19.11%

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

R = 74.52%
G = 19.11%
B = 6.37%

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

#751E0A (or 0x751E0A) is known color: Falu Red. HEX triplet: 75, 1E and 0A. RGB value is (117,30,10). Sum of RGB (Red+Green+Blue) = 117+30+10=157 (20% of max value = 765). Red value is 117 (46.09% from 255 or 74.52% from 157); Green value is 30 (12.11% from 255 or 19.11% from 157); Blue value is 10 (4.30% from 255 or 6.37% from 157); Max value from RGB is 117 - color contains mainly: red. Hex color #751E0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751E0A is #8AE1F5. Grayscale: #353535. Windows color (decimal): -9101814 or 663157. OLE color: 663157.

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

Color convert

RGB 117 30 10 -
CMYK 0 0.74 0.91 0.54
HSL 11.21º 0.84% 0.25% -
HSV(B) 11.21º 0.91% 0.46% -
XYZ 7.86 4.73 0.79 -
YUV 53.73 103.32 173.13 -
System Red Green Blue C M Y K H S L
Decimal 117 30 10 0 0.74 0.91 0.54 11.21 0.84 0.25
Hex 75 1E A 0 4A 5B 36 B 54 19
Octal 165 36 12 0 112 133 66 13 124 31
Binary 1110101 11110 1010 0 1001010 1011011 110110 1011 1010100 11001

Color Harmonies of #751E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751E0A

Black with #751E0A

Text Example


Text Example

White with #751E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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