Html Css Color HEX #751804 Falu Red

📋 copy color: '#751804'

red 117 ◦ green 24 ◦ blue 4

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

Shades of Falu Red #751804

Tints of Falu Red #751804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.76%

R = 80.69%
G = 16.55%
B = 2.76%

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

#751804 (or 0x751804) is known color: Falu Red. HEX triplet: 75, 18 and 04. RGB value is (117,24,4). Sum of RGB (Red+Green+Blue) = 117+24+4=145 (19% of max value = 765). Red value is 117 (46.09% from 255 or 80.69% from 145); Green value is 24 (9.77% from 255 or 16.55% from 145); Blue value is 4 (1.95% from 255 or 2.76% from 145); Max value from RGB is 117 - color contains mainly: red. Hex color #751804 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751804 is #8AE7FB. Grayscale: #313131. Windows color (decimal): -9103356 or 268405. OLE color: 268405.

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

Color convert

RGB 117 24 4 -
CMYK 0 0.79 0.97 0.54
HSL 10.62º 0.93% 0.24% -
HSV(B) 10.62º 0.97% 0.46% -
XYZ 7.68 4.44 0.57 -
YUV 49.53 102.31 176.13 -
System Red Green Blue C M Y K H S L
Decimal 117 24 4 0 0.79 0.97 0.54 10.62 0.93 0.24
Hex 75 18 4 0 4F 61 36 B 5D 18
Octal 165 30 4 0 117 141 66 13 135 30
Binary 1110101 11000 100 0 1001111 1100001 110110 1011 1011101 11000

Color Harmonies of #751804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751804

Black with #751804

Text Example


Text Example

White with #751804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751804; }

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

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

background-color css

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

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

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

border-color css

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

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

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