Html Css Color HEX #752205 Falu Red

📋 copy color: '#752205'

red 117 ◦ green 34 ◦ blue 5

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

Shades of Falu Red #752205

Tints of Falu Red #752205

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.79%

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

R = 75%
G = 21.79%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#752205 (or 0x752205) is known color: Falu Red. HEX triplet: 75, 22 and 05. RGB value is (117,34,5). Sum of RGB (Red+Green+Blue) = 117+34+5=156 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75% from 156); Green value is 34 (13.67% from 255 or 21.79% from 156); Blue value is 5 (2.34% from 255 or 3.21% from 156); Max value from RGB is 117 - color contains mainly: red. Hex color #752205 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752205 is #8ADDFA. Grayscale: #373737. Windows color (decimal): -9100795 or 336501. OLE color: 336501.

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

Color convert

RGB 117 34 5 -
CMYK 0 0.71 0.96 0.54
HSL 15.54º 0.92% 0.24% -
HSV(B) 15.54º 0.96% 0.46% -
XYZ 7.94 4.94 0.68 -
YUV 55.51 99.5 171.86 -
System Red Green Blue C M Y K H S L
Decimal 117 34 5 0 0.71 0.96 0.54 15.54 0.92 0.24
Hex 75 22 5 0 47 60 36 10 5C 18
Octal 165 42 5 0 107 140 66 20 134 30
Binary 1110101 100010 101 0 1000111 1100000 110110 10000 1011100 11000

Color Harmonies of #752205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752205

Black with #752205

Text Example


Text Example

White with #752205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752205; }

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

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

background-color css

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

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

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

border-color css

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

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

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