Html Css Color HEX #732007 Falu Red

📋 copy color: '#732007'

red 115 ◦ green 32 ◦ blue 7

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

Shades of Falu Red #732007

Tints of Falu Red #732007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.55%

R = 74.68%
G = 20.78%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.55

RGB Variations

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

Color information

#732007 (or 0x732007) is known color: Falu Red. HEX triplet: 73, 20 and 07. RGB value is (115,32,7). Sum of RGB (Red+Green+Blue) = 115+32+7=154 (20% of max value = 765). Red value is 115 (45.31% from 255 or 74.68% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 7 (3.12% from 255 or 4.55% from 154); Max value from RGB is 115 - color contains mainly: red. Hex color #732007 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732007 is #8CDFF8. Grayscale: #363636. Windows color (decimal): -9232377 or 467059. OLE color: 467059.

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

Color convert

RGB 115 32 7 -
CMYK 0 0.72 0.94 0.55
HSL 13.89º 0.89% 0.24% -
HSV(B) 13.89º 0.94% 0.45% -
XYZ 7.63 4.69 0.71 -
YUV 53.97 101.5 171.53 -
System Red Green Blue C M Y K H S L
Decimal 115 32 7 0 0.72 0.94 0.55 13.89 0.89 0.24
Hex 73 20 7 0 48 5E 37 E 59 18
Octal 163 40 7 0 110 136 67 16 131 30
Binary 1110011 100000 111 0 1001000 1011110 110111 1110 1011001 11000

Color Harmonies of #732007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732007

Black with #732007

Text Example


Text Example

White with #732007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732007; }

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

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

background-color css

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

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

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

border-color css

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

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

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