Html Css Color HEX #751E03 Falu Red

📋 copy color: '#751E03'

red 117 ◦ green 30 ◦ blue 3

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

Shades of Falu Red #751E03

Tints of Falu Red #751E03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2%

R = 78%
G = 20%
B = 2%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#751E03 (or 0x751E03) is known color: Falu Red. HEX triplet: 75, 1E and 03. RGB value is (117,30,3). Sum of RGB (Red+Green+Blue) = 117+30+3=150 (19% of max value = 765). Red value is 117 (46.09% from 255 or 78% from 150); Green value is 30 (12.11% from 255 or 20% from 150); Blue value is 3 (1.56% from 255 or 2% from 150); Max value from RGB is 117 - color contains mainly: red. Hex color #751E03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751E03 is #8AE1FC. Grayscale: #353535. Windows color (decimal): -9101821 or 204405. OLE color: 204405.

HSL color Cylindrical-coordinate representation of color #751E03: hue angle of 14.21º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #751E03 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 30 3 -
CMYK 0 0.74 0.97 0.54
HSL 14.21º 0.95% 0.24% -
HSV(B) 14.21º 0.97% 0.46% -
XYZ 7.82 4.72 0.58 -
YUV 52.94 99.82 173.7 -
System Red Green Blue C M Y K H S L
Decimal 117 30 3 0 0.74 0.97 0.54 14.21 0.95 0.24
Hex 75 1E 3 0 4A 61 36 E 5F 18
Octal 165 36 3 0 112 141 66 16 137 30
Binary 1110101 11110 11 0 1001010 1100001 110110 1110 1011111 11000

Color Harmonies of #751E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751E03

Black with #751E03

Text Example


Text Example

White with #751E03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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