Html Css Color HEX #751803 Falu Red

📋 copy color: '#751803'

red 117 ◦ green 24 ◦ blue 3

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

Shades of Falu Red #751803

Tints of Falu Red #751803

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.67%

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

R = 81.25%
G = 16.67%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#751803 (or 0x751803) is known color: Falu Red. HEX triplet: 75, 18 and 03. RGB value is (117,24,3). Sum of RGB (Red+Green+Blue) = 117+24+3=144 (19% of max value = 765). Red value is 117 (46.09% from 255 or 81.25% from 144); Green value is 24 (9.77% from 255 or 16.67% from 144); Blue value is 3 (1.56% from 255 or 2.08% from 144); Max value from RGB is 117 - color contains mainly: red. Hex color #751803 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751803 is #8AE7FC. Grayscale: #313131. Windows color (decimal): -9103357 or 202869. OLE color: 202869.

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

Color convert

RGB 117 24 3 -
CMYK 0 0.79 0.97 0.54
HSL 11.05º 0.95% 0.24% -
HSV(B) 11.05º 0.97% 0.46% -
XYZ 7.68 4.44 0.54 -
YUV 49.41 101.81 176.21 -
System Red Green Blue C M Y K H S L
Decimal 117 24 3 0 0.79 0.97 0.54 11.05 0.95 0.24
Hex 75 18 3 0 4F 61 36 B 5F 18
Octal 165 30 3 0 117 141 66 13 137 30
Binary 1110101 11000 11 0 1001111 1100001 110110 1011 1011111 11000

Color Harmonies of #751803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751803

Black with #751803

Text Example


Text Example

White with #751803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751803; }

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

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

background-color css

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

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

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

border-color css

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

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

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