Html Css Color HEX #732010 Falu Red

📋 copy color: '#732010'

red 115 ◦ green 32 ◦ blue 16

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

Shades of Falu Red #732010

Tints of Falu Red #732010

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.63%

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

R = 70.55%
G = 19.63%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#732010 (or 0x732010) is known color: Falu Red. HEX triplet: 73, 20 and 10. RGB value is (115,32,16). Sum of RGB (Red+Green+Blue) = 115+32+16=163 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.55% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 16 (6.64% from 255 or 9.82% from 163); Max value from RGB is 115 - color contains mainly: red. Hex color #732010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732010 is #8CDFEF. Grayscale: #373737. Windows color (decimal): -9232368 or 1056883. OLE color: 1056883.

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

Color convert

RGB 115 32 16 -
CMYK 0 0.72 0.86 0.55
HSL 9.7º 0.76% 0.26% -
HSV(B) 9.7º 0.86% 0.45% -
XYZ 7.68 4.72 1 -
YUV 54.99 106 170.8 -
System Red Green Blue C M Y K H S L
Decimal 115 32 16 0 0.72 0.86 0.55 9.7 0.76 0.26
Hex 73 20 10 0 48 56 37 A 4C 1A
Octal 163 40 20 0 110 126 67 12 114 32
Binary 1110011 100000 10000 0 1001000 1010110 110111 1010 1001100 11010

Color Harmonies of #732010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732010

Black with #732010

Text Example


Text Example

White with #732010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732010; }

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

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

background-color css

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

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

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

border-color css

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

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

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