Html Css Color HEX #752210 Falu Red

📋 copy color: '#752210'

red 117 ◦ green 34 ◦ blue 16

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

Shades of Falu Red #752210

Tints of Falu Red #752210

RGB

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

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

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

R = 70.06%
G = 20.36%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#752210 (or 0x752210) is known color: Falu Red. HEX triplet: 75, 22 and 10. RGB value is (117,34,16). Sum of RGB (Red+Green+Blue) = 117+34+16=167 (22% of max value = 765). Red value is 117 (46.09% from 255 or 70.06% from 167); Green value is 34 (13.67% from 255 or 20.36% from 167); Blue value is 16 (6.64% from 255 or 9.58% from 167); Max value from RGB is 117 - color contains mainly: red. Hex color #752210 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752210 is #8ADDEF. Grayscale: #383838. Windows color (decimal): -9100784 or 1057397. OLE color: 1057397.

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

Color convert

RGB 117 34 16 -
CMYK 0 0.71 0.86 0.54
HSL 10.69º 0.76% 0.26% -
HSV(B) 10.69º 0.86% 0.46% -
XYZ 8 4.96 1.03 -
YUV 56.77 105 170.96 -
System Red Green Blue C M Y K H S L
Decimal 117 34 16 0 0.71 0.86 0.54 10.69 0.76 0.26
Hex 75 22 10 0 47 56 36 B 4C 1A
Octal 165 42 20 0 107 126 66 13 114 32
Binary 1110101 100010 10000 0 1000111 1010110 110110 1011 1001100 11010

Color Harmonies of #752210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752210

Black with #752210

Text Example


Text Example

White with #752210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752210; }

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

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

background-color css

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

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

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

border-color css

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

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

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