Html Css Color HEX #752105 Falu Red

📋 copy color: '#752105'

red 117 ◦ green 33 ◦ blue 5

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

Shades of Falu Red #752105

Tints of Falu Red #752105

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.29%

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

R = 75.48%
G = 21.29%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#752105 (or 0x752105) is known color: Falu Red. HEX triplet: 75, 21 and 05. RGB value is (117,33,5). Sum of RGB (Red+Green+Blue) = 117+33+5=155 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75.48% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 5 (2.34% from 255 or 3.23% from 155); Max value from RGB is 117 - color contains mainly: red. Hex color #752105 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752105 is #8ADEFA. Grayscale: #373737. Windows color (decimal): -9101051 or 336245. OLE color: 336245.

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

Color convert

RGB 117 33 5 -
CMYK 0 0.72 0.96 0.54
HSL 15º 0.92% 0.24% -
HSV(B) 15º 0.96% 0.46% -
XYZ 7.91 4.88 0.67 -
YUV 54.92 99.83 172.28 -
System Red Green Blue C M Y K H S L
Decimal 117 33 5 0 0.72 0.96 0.54 15 0.92 0.24
Hex 75 21 5 0 48 60 36 F 5C 18
Octal 165 41 5 0 110 140 66 17 134 30
Binary 1110101 100001 101 0 1001000 1100000 110110 1111 1011100 11000

Color Harmonies of #752105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752105

Black with #752105

Text Example


Text Example

White with #752105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752105; }

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

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

background-color css

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

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

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

border-color css

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

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

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