Html Css Color HEX #751605 Falu Red

📋 copy color: '#751605'

red 117 ◦ green 22 ◦ blue 5

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

Shades of Falu Red #751605

Tints of Falu Red #751605

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.28%

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

R = 81.25%
G = 15.28%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#751605 (or 0x751605) is known color: Falu Red. HEX triplet: 75, 16 and 05. RGB value is (117,22,5). Sum of RGB (Red+Green+Blue) = 117+22+5=144 (19% of max value = 765). Red value is 117 (46.09% from 255 or 81.25% from 144); Green value is 22 (8.98% from 255 or 15.28% from 144); Blue value is 5 (2.34% from 255 or 3.47% from 144); Max value from RGB is 117 - color contains mainly: red. Hex color #751605 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751605 is #8AE9FA. Grayscale: #303030. Windows color (decimal): -9103867 or 333429. OLE color: 333429.

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

Color convert

RGB 117 22 5 -
CMYK 0 0.81 0.96 0.54
HSL 9.11º 0.92% 0.24% -
HSV(B) 9.11º 0.96% 0.46% -
XYZ 7.65 4.37 0.58 -
YUV 48.47 103.47 176.88 -
System Red Green Blue C M Y K H S L
Decimal 117 22 5 0 0.81 0.96 0.54 9.11 0.92 0.24
Hex 75 16 5 0 51 60 36 9 5C 18
Octal 165 26 5 0 121 140 66 11 134 30
Binary 1110101 10110 101 0 1010001 1100000 110110 1001 1011100 11000

Color Harmonies of #751605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751605

Black with #751605

Text Example


Text Example

White with #751605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751605; }

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

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

background-color css

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

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

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

border-color css

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

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

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