Html Css Color HEX #752214 Falu Red

📋 copy color: '#752214'

red 117 ◦ green 34 ◦ blue 20

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

Shades of Falu Red #752214

Tints of Falu Red #752214

RGB

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

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

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

R = 68.42%
G = 19.88%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#752214 (or 0x752214) is known color: Falu Red. HEX triplet: 75, 22 and 14. RGB value is (117,34,20). Sum of RGB (Red+Green+Blue) = 117+34+20=171 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.42% from 171); Green value is 34 (13.67% from 255 or 19.88% from 171); Blue value is 20 (8.20% from 255 or 11.70% from 171); Max value from RGB is 117 - color contains mainly: red. Hex color #752214 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752214 is #8ADDEB. Grayscale: #393939. Windows color (decimal): -9100780 or 1319541. OLE color: 1319541.

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

Color convert

RGB 117 34 20 -
CMYK 0 0.71 0.83 0.54
HSL 8.66º 0.71% 0.27% -
HSV(B) 8.66º 0.83% 0.46% -
XYZ 8.03 4.98 1.2 -
YUV 57.22 107 170.64 -
System Red Green Blue C M Y K H S L
Decimal 117 34 20 0 0.71 0.83 0.54 8.66 0.71 0.27
Hex 75 22 14 0 47 53 36 9 47 1B
Octal 165 42 24 0 107 123 66 11 107 33
Binary 1110101 100010 10100 0 1000111 1010011 110110 1001 1000111 11011

Color Harmonies of #752214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752214

Black with #752214

Text Example


Text Example

White with #752214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752214; }

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

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

background-color css

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

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

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

border-color css

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

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

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