Html Css Color HEX #732305 Falu Red

📋 copy color: '#732305'

red 115 ◦ green 35 ◦ blue 5

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

Shades of Falu Red #732305

Tints of Falu Red #732305

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.58%

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

R = 74.19%
G = 22.58%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#732305 (or 0x732305) is known color: Falu Red. HEX triplet: 73, 23 and 05. RGB value is (115,35,5). Sum of RGB (Red+Green+Blue) = 115+35+5=155 (20% of max value = 765). Red value is 115 (45.31% from 255 or 74.19% from 155); Green value is 35 (14.06% from 255 or 22.58% from 155); Blue value is 5 (2.34% from 255 or 3.23% from 155); Max value from RGB is 115 - color contains mainly: red. Hex color #732305 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732305 is #8CDCFA. Grayscale: #373737. Windows color (decimal): -9231611 or 336755. OLE color: 336755.

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

Color convert

RGB 115 35 5 -
CMYK 0 0.70 0.96 0.55
HSL 16.36º 0.92% 0.24% -
HSV(B) 16.36º 0.96% 0.45% -
XYZ 7.7 4.86 0.68 -
YUV 55.5 99.5 170.44 -
System Red Green Blue C M Y K H S L
Decimal 115 35 5 0 0.70 0.96 0.55 16.36 0.92 0.24
Hex 73 23 5 0 46 60 37 10 5C 18
Octal 163 43 5 0 106 140 67 20 134 30
Binary 1110011 100011 101 0 1000110 1100000 110111 10000 1011100 11000

Color Harmonies of #732305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732305

Black with #732305

Text Example


Text Example

White with #732305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732305; }

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

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

background-color css

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

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

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

border-color css

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

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

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