Html Css Color HEX #732100 Falu Red

📋 copy color: '#732100'

red 115 ◦ green 33 ◦ blue 0

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

Shades of Falu Red #732100

Tints of Falu Red #732100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.7%
G = 22.3%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#732100 (or 0x732100) is known color: Falu Red. HEX triplet: 73, 21 and 00. RGB value is (115,33,0). Sum of RGB (Red+Green+Blue) = 115+33+0=148 (19% of max value = 765). Red value is 115 (45.31% from 255 or 77.70% from 148); Green value is 33 (13.28% from 255 or 22.30% from 148); Blue value is 0 (0.39% from 255 or 0% from 148); Max value from RGB is 115 - color contains mainly: red. Hex color #732100 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732100 is #8CDEFF. Grayscale: #353535. Windows color (decimal): -9232128 or 8563. OLE color: 8563.

HSL color Cylindrical-coordinate representation of color #732100: hue angle of 17.22º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #732100 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 33 0 -
CMYK 0 0.71 1 0.55
HSL 17.22º 1% 0.23% -
HSV(B) 17.22º 1% 0.45% -
XYZ 7.61 4.73 0.51 -
YUV 53.76 97.67 171.68 -
System Red Green Blue C M Y K H S L
Decimal 115 33 0 0 0.71 1 0.55 17.22 1 0.23
Hex 73 21 0 0 47 64 37 11 64 17
Octal 163 41 0 0 107 144 67 21 144 27
Binary 1110011 100001 0 0 1000111 1100100 110111 10001 1100100 10111

Color Harmonies of #732100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732100

Black with #732100

Text Example


Text Example

White with #732100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732100; }

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

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

background-color css

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

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

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

border-color css

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

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

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