Html Css Color HEX #73210C Falu Red

📋 copy color: '#73210C'

red 115 ◦ green 33 ◦ blue 12

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

Shades of Falu Red #73210C

Tints of Falu Red #73210C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 20.63%

 BLUE value IS 12 (5.08% from 255) = 7.5%

R = 71.88%
G = 20.63%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#73210C (or 0x73210C) is known color: Falu Red. HEX triplet: 73, 21 and 0C. RGB value is (115,33,12). Sum of RGB (Red+Green+Blue) = 115+33+12=160 (21% of max value = 765). Red value is 115 (45.31% from 255 or 71.88% from 160); Green value is 33 (13.28% from 255 or 20.62% from 160); Blue value is 12 (5.08% from 255 or 7.5% from 160); Max value from RGB is 115 - color contains mainly: red. Hex color #73210C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73210C is #8CDEF3. Grayscale: #373737. Windows color (decimal): -9232116 or 794995. OLE color: 794995.

HSL color Cylindrical-coordinate representation of color #73210C: hue angle of 12.23º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #73210C is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 33 12 -
CMYK 0 0.71 0.90 0.55
HSL 12.23º 0.81% 0.25% -
HSV(B) 12.23º 0.9% 0.45% -
XYZ 7.68 4.76 0.86 -
YUV 55.12 103.67 170.71 -
System Red Green Blue C M Y K H S L
Decimal 115 33 12 0 0.71 0.90 0.55 12.23 0.81 0.25
Hex 73 21 C 0 47 5A 37 C 51 19
Octal 163 41 14 0 107 132 67 14 121 31
Binary 1110011 100001 1100 0 1000111 1011010 110111 1100 1010001 11001

Color Harmonies of #73210C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73210C

Black with #73210C

Text Example


Text Example

White with #73210C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73210C; }

 p { color: rgb(115,33,12); }

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

background-color css

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

 a { background-color: rgb(115,33,12); }

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

border-color css

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

 span { border-color: rgb(115,33,12); }

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