Html Css Color HEX #752116 Falu Red

📋 copy color: '#752116'

red 117 ◦ green 33 ◦ blue 22

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

Shades of Falu Red #752116

Tints of Falu Red #752116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 12.79%

R = 68.02%
G = 19.19%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#752116 (or 0x752116) is known color: Falu Red. HEX triplet: 75, 21 and 16. RGB value is (117,33,22). Sum of RGB (Red+Green+Blue) = 117+33+22=172 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.02% from 172); Green value is 33 (13.28% from 255 or 19.19% from 172); Blue value is 22 (8.98% from 255 or 12.79% from 172); Max value from RGB is 117 - color contains mainly: red. Hex color #752116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752116 is #8ADEE9. Grayscale: #383838. Windows color (decimal): -9101034 or 1450357. OLE color: 1450357.

HSL color Cylindrical-coordinate representation of color #752116: hue angle of 6.95º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #752116 is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 33 22 -
CMYK 0 0.72 0.81 0.54
HSL 6.95º 0.68% 0.27% -
HSV(B) 6.95º 0.81% 0.46% -
XYZ 8.02 4.93 1.29 -
YUV 56.86 108.33 170.89 -
System Red Green Blue C M Y K H S L
Decimal 117 33 22 0 0.72 0.81 0.54 6.95 0.68 0.27
Hex 75 21 16 0 48 51 36 7 44 1B
Octal 165 41 26 0 110 121 66 7 104 33
Binary 1110101 100001 10110 0 1001000 1010001 110110 111 1000100 11011

Color Harmonies of #752116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752116

Black with #752116

Text Example


Text Example

White with #752116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752116; }

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

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

background-color css

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

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

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

border-color css

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

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

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