Html Css Color HEX #751405 Falu Red

📋 copy color: '#751405'

red 117 ◦ green 20 ◦ blue 5

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

Shades of Falu Red #751405

Tints of Falu Red #751405

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.08%

 BLUE value IS 5 (2.34% from 255) = 3.52%

R = 82.39%
G = 14.08%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#751405 (or 0x751405) is known color: Falu Red. HEX triplet: 75, 14 and 05. RGB value is (117,20,5). Sum of RGB (Red+Green+Blue) = 117+20+5=142 (18% of max value = 765). Red value is 117 (46.09% from 255 or 82.39% from 142); Green value is 20 (8.20% from 255 or 14.08% from 142); Blue value is 5 (2.34% from 255 or 3.52% from 142); Max value from RGB is 117 - color contains mainly: red. Hex color #751405 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751405 is #8AEBFA. Grayscale: #2F2F2F. Windows color (decimal): -9104379 or 332917. OLE color: 332917.

HSL color Cylindrical-coordinate representation of color #751405: hue angle of 8.04º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #751405 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 20 5 -
CMYK 0 0.83 0.96 0.54
HSL 8.04º 0.92% 0.24% -
HSV(B) 8.04º 0.96% 0.46% -
XYZ 7.61 4.29 0.57 -
YUV 47.29 104.14 177.72 -
System Red Green Blue C M Y K H S L
Decimal 117 20 5 0 0.83 0.96 0.54 8.04 0.92 0.24
Hex 75 14 5 0 53 60 36 8 5C 18
Octal 165 24 5 0 123 140 66 10 134 30
Binary 1110101 10100 101 0 1010011 1100000 110110 1000 1011100 11000

Color Harmonies of #751405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751405

Black with #751405

Text Example


Text Example

White with #751405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751405; }

 p { color: rgb(117,20,5); }

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

background-color css

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

 a { background-color: rgb(117,20,5); }

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

border-color css

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

 span { border-color: rgb(117,20,5); }

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