Html Css Color HEX #732001 Falu Red

📋 copy color: '#732001'

red 115 ◦ green 32 ◦ blue 1

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

Shades of Falu Red #732001

Tints of Falu Red #732001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.68%

R = 77.7%
G = 21.62%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#732001 (or 0x732001) is known color: Falu Red. HEX triplet: 73, 20 and 01. RGB value is (115,32,1). Sum of RGB (Red+Green+Blue) = 115+32+1=148 (19% of max value = 765). Red value is 115 (45.31% from 255 or 77.70% from 148); Green value is 32 (12.89% from 255 or 21.62% from 148); Blue value is 1 (0.78% from 255 or 0.68% from 148); Max value from RGB is 115 - color contains mainly: red. Hex color #732001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732001 is #8CDFFE. Grayscale: #353535. Windows color (decimal): -9232383 or 73843. OLE color: 73843.

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

Color convert

RGB 115 32 1 -
CMYK 0 0.72 0.99 0.55
HSL 16.32º 0.98% 0.23% -
HSV(B) 16.32º 0.99% 0.45% -
XYZ 7.59 4.68 0.53 -
YUV 53.28 98.5 172.02 -
System Red Green Blue C M Y K H S L
Decimal 115 32 1 0 0.72 0.99 0.55 16.32 0.98 0.23
Hex 73 20 1 0 48 63 37 10 62 17
Octal 163 40 1 0 110 143 67 20 142 27
Binary 1110011 100000 1 0 1001000 1100011 110111 10000 1100010 10111

Color Harmonies of #732001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732001

Black with #732001

Text Example


Text Example

White with #732001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732001; }

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

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

background-color css

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

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

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

border-color css

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

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

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