Html Css Color HEX #732005 Falu Red

📋 copy color: '#732005'

red 115 ◦ green 32 ◦ blue 5

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

Shades of Falu Red #732005

Tints of Falu Red #732005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.29%

R = 75.66%
G = 21.05%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#732005 (or 0x732005) is known color: Falu Red. HEX triplet: 73, 20 and 05. RGB value is (115,32,5). Sum of RGB (Red+Green+Blue) = 115+32+5=152 (20% of max value = 765). Red value is 115 (45.31% from 255 or 75.66% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 5 (2.34% from 255 or 3.29% from 152); Max value from RGB is 115 - color contains mainly: red. Hex color #732005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732005 is #8CDFFA. Grayscale: #353535. Windows color (decimal): -9232379 or 335987. OLE color: 335987.

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

Color convert

RGB 115 32 5 -
CMYK 0 0.72 0.96 0.55
HSL 14.73º 0.92% 0.24% -
HSV(B) 14.73º 0.96% 0.45% -
XYZ 7.61 4.69 0.65 -
YUV 53.74 100.5 171.7 -
System Red Green Blue C M Y K H S L
Decimal 115 32 5 0 0.72 0.96 0.55 14.73 0.92 0.24
Hex 73 20 5 0 48 60 37 F 5C 18
Octal 163 40 5 0 110 140 67 17 134 30
Binary 1110011 100000 101 0 1001000 1100000 110111 1111 1011100 11000

Color Harmonies of #732005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732005

Black with #732005

Text Example


Text Example

White with #732005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732005; }

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

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

background-color css

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

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

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

border-color css

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

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

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