Html Css Color HEX #752012 Falu Red

📋 copy color: '#752012'

red 117 ◦ green 32 ◦ blue 18

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

Shades of Falu Red #752012

Tints of Falu Red #752012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.78%

R = 70.06%
G = 19.16%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#752012 (or 0x752012) is known color: Falu Red. HEX triplet: 75, 20 and 12. RGB value is (117,32,18). Sum of RGB (Red+Green+Blue) = 117+32+18=167 (22% of max value = 765). Red value is 117 (46.09% from 255 or 70.06% from 167); Green value is 32 (12.89% from 255 or 19.16% from 167); Blue value is 18 (7.42% from 255 or 10.78% from 167); Max value from RGB is 117 - color contains mainly: red. Hex color #752012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752012 is #8ADFED. Grayscale: #373737. Windows color (decimal): -9101294 or 1187957. OLE color: 1187957.

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

Color convert

RGB 117 32 18 -
CMYK 0 0.73 0.85 0.54
HSL 8.48º 0.73% 0.26% -
HSV(B) 8.48º 0.85% 0.46% -
XYZ 7.96 4.86 1.09 -
YUV 55.82 106.66 171.64 -
System Red Green Blue C M Y K H S L
Decimal 117 32 18 0 0.73 0.85 0.54 8.48 0.73 0.26
Hex 75 20 12 0 49 55 36 8 49 1A
Octal 165 40 22 0 111 125 66 10 111 32
Binary 1110101 100000 10010 0 1001001 1010101 110110 1000 1001001 11010

Color Harmonies of #752012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752012

Black with #752012

Text Example


Text Example

White with #752012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752012; }

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

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

background-color css

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

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

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

border-color css

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

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

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