Html Css Color HEX #752010 Falu Red

📋 copy color: '#752010'

red 117 ◦ green 32 ◦ blue 16

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

Shades of Falu Red #752010

Tints of Falu Red #752010

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.39%

 BLUE value IS 16 (6.64% from 255) = 9.7%

R = 70.91%
G = 19.39%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#752010 (or 0x752010) is known color: Falu Red. HEX triplet: 75, 20 and 10. RGB value is (117,32,16). Sum of RGB (Red+Green+Blue) = 117+32+16=165 (21% of max value = 765). Red value is 117 (46.09% from 255 or 70.91% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 16 (6.64% from 255 or 9.70% from 165); Max value from RGB is 117 - color contains mainly: red. Hex color #752010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752010 is #8ADFEF. Grayscale: #373737. Windows color (decimal): -9101296 or 1056885. OLE color: 1056885.

HSL color Cylindrical-coordinate representation of color #752010: hue angle of 9.5º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #752010 is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 32 16 -
CMYK 0 0.73 0.86 0.54
HSL 9.5º 0.76% 0.26% -
HSV(B) 9.5º 0.86% 0.46% -
XYZ 7.95 4.85 1.01 -
YUV 55.59 105.66 171.8 -
System Red Green Blue C M Y K H S L
Decimal 117 32 16 0 0.73 0.86 0.54 9.5 0.76 0.26
Hex 75 20 10 0 49 56 36 A 4C 1A
Octal 165 40 20 0 111 126 66 12 114 32
Binary 1110101 100000 10000 0 1001001 1010110 110110 1010 1001100 11010

Color Harmonies of #752010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752010

Black with #752010

Text Example


Text Example

White with #752010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752010; }

 p { color: rgb(117,32,16); }

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

background-color css

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

 a { background-color: rgb(117,32,16); }

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

border-color css

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

 span { border-color: rgb(117,32,16); }

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