Html Css Color HEX #752314 Falu Red

📋 copy color: '#752314'

red 117 ◦ green 35 ◦ blue 20

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

Shades of Falu Red #752314

Tints of Falu Red #752314

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.35%

 BLUE value IS 20 (8.2% from 255) = 11.63%

R = 68.02%
G = 20.35%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#752314 (or 0x752314) is known color: Falu Red. HEX triplet: 75, 23 and 14. RGB value is (117,35,20). Sum of RGB (Red+Green+Blue) = 117+35+20=172 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.02% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 20 (8.20% from 255 or 11.63% from 172); Max value from RGB is 117 - color contains mainly: red. Hex color #752314 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752314 is #8ADCEB. Grayscale: #393939. Windows color (decimal): -9100524 or 1319797. OLE color: 1319797.

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

Color convert

RGB 117 35 20 -
CMYK 0 0.70 0.83 0.54
HSL 9.28º 0.71% 0.27% -
HSV(B) 9.28º 0.83% 0.46% -
XYZ 8.06 5.03 1.21 -
YUV 57.81 106.67 170.22 -
System Red Green Blue C M Y K H S L
Decimal 117 35 20 0 0.70 0.83 0.54 9.28 0.71 0.27
Hex 75 23 14 0 46 53 36 9 47 1B
Octal 165 43 24 0 106 123 66 11 107 33
Binary 1110101 100011 10100 0 1000110 1010011 110110 1001 1000111 11011

Color Harmonies of #752314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752314

Black with #752314

Text Example


Text Example

White with #752314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752314; }

 p { color: rgb(117,35,20); }

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

background-color css

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

 a { background-color: rgb(117,35,20); }

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

border-color css

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

 span { border-color: rgb(117,35,20); }

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