Html Css Color HEX #732210 Falu Red

📋 copy color: '#732210'

red 115 ◦ green 34 ◦ blue 16

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

Shades of Falu Red #732210

Tints of Falu Red #732210

RGB

 RED value IS 115 (45.31% from 255) = 69.7%

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

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

R = 69.7%
G = 20.61%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#732210 (or 0x732210) is known color: Falu Red. HEX triplet: 73, 22 and 10. RGB value is (115,34,16). Sum of RGB (Red+Green+Blue) = 115+34+16=165 (21% of max value = 765). Red value is 115 (45.31% from 255 or 69.70% from 165); Green value is 34 (13.67% from 255 or 20.61% from 165); Blue value is 16 (6.64% from 255 or 9.70% from 165); Max value from RGB is 115 - color contains mainly: red. Hex color #732210 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732210 is #8CDDEF. Grayscale: #383838. Windows color (decimal): -9231856 or 1057395. OLE color: 1057395.

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

Color convert

RGB 115 34 16 -
CMYK 0 0.70 0.86 0.55
HSL 10.91º 0.76% 0.26% -
HSV(B) 10.91º 0.86% 0.45% -
XYZ 7.74 4.83 1.01 -
YUV 56.17 105.34 169.96 -
System Red Green Blue C M Y K H S L
Decimal 115 34 16 0 0.70 0.86 0.55 10.91 0.76 0.26
Hex 73 22 10 0 46 56 37 B 4C 1A
Octal 163 42 20 0 106 126 67 13 114 32
Binary 1110011 100010 10000 0 1000110 1010110 110111 1011 1001100 11010

Color Harmonies of #732210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732210

Black with #732210

Text Example


Text Example

White with #732210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732210; }

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

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

background-color css

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

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

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

border-color css

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

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

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