Html Css Color HEX #751C03 Falu Red

📋 copy color: '#751C03'

red 117 ◦ green 28 ◦ blue 3

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

Shades of Falu Red #751C03

Tints of Falu Red #751C03

RGB

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

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

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

R = 79.05%
G = 18.92%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#751C03 (or 0x751C03) is known color: Falu Red. HEX triplet: 75, 1C and 03. RGB value is (117,28,3). Sum of RGB (Red+Green+Blue) = 117+28+3=148 (19% of max value = 765). Red value is 117 (46.09% from 255 or 79.05% from 148); Green value is 28 (11.33% from 255 or 18.92% from 148); Blue value is 3 (1.56% from 255 or 2.03% from 148); Max value from RGB is 117 - color contains mainly: red. Hex color #751C03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751C03 is #8AE3FC. Grayscale: #333333. Windows color (decimal): -9102333 or 203893. OLE color: 203893.

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

Color convert

RGB 117 28 3 -
CMYK 0 0.76 0.97 0.54
HSL 13.16º 0.95% 0.24% -
HSV(B) 13.16º 0.97% 0.46% -
XYZ 7.77 4.62 0.57 -
YUV 51.76 100.49 174.53 -
System Red Green Blue C M Y K H S L
Decimal 117 28 3 0 0.76 0.97 0.54 13.16 0.95 0.24
Hex 75 1C 3 0 4C 61 36 D 5F 18
Octal 165 34 3 0 114 141 66 15 137 30
Binary 1110101 11100 11 0 1001100 1100001 110110 1101 1011111 11000

Color Harmonies of #751C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751C03

Black with #751C03

Text Example


Text Example

White with #751C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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